Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以使用 jmx-console 查看实体 bean?如果是这样,怎么做?
EJB 2 EntityBeans 可以在 JMX 控制台 (iirc) 中查看 JPA (EJB 3) 实体(注意,那些不称为 Entity Beans)不能直接查看。
在启用 Hibernate 统计信息时,可以考虑通过底层 Hibernate Session 间接公开 JPA 实体。