如何处理对已编译方法的损坏引用?

发布于 2024-11-10 10:38:47 字数 92 浏览 4 评论 0原文

在H2中,我们可以引用java类中已编译的方法,并在数据库中创建别名。

我的问题是:当java类被删除时,这个引用也会被删除吗?或者,这个参考将保持不变?

In H2, we can make reference to compiled method in java classes, and create alias in the database.

My question is: will this reference also deleted when the java classes are deleted? Or, this the reference will stay put?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

呆橘 2024-11-17 10:38:47

引用将保留,但在编译后的代码可用之前该方法将不起作用。

The reference will stay, but the method will not work until the compiled code is available.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文