jmx-console 中的实体 Bean?
是否可以使用 jmx-console 查看实体 bean?如果是这样,怎么办?
Is it possible to view entity beans with the jmx-console? If so, how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以使用 jmx-console 查看实体 bean?如果是这样,怎么办?
Is it possible to view entity beans with the jmx-console? If so, how?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
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.