jmx-console 中的实体 Bean?

发布于 2024-11-08 06:46:27 字数 46 浏览 0 评论 0原文

是否可以使用 jmx-console 查看实体 bean?如果是这样,怎么办?

Is it possible to view entity beans with the jmx-console? If so, how?

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

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

发布评论

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

评论(1

驱逐舰岛风号 2024-11-15 06:46:27

EJB 2 EntityBean 可以在 JMX 控制台 (iirc) 中查看。 JPA (EJB 3) 实体(注意,那些不称为实体 Bean)不能直接查看。

启用 Hibernate 统计信息时,可以考虑通过底层 Hibernate Session 间接公开 JPA 实体。

EJB 2 EntityBeans can be viewed in JMX console (iirc) JPA (EJB 3) Entities (note, those are not called Entity Beans) can not be viewed directly.

It is possible thought to expose the JPA entities indirectly via the underlying Hibernate Session when enabling Hibernate statistics.

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