Entity Beans in the jmx-console?
Is it possible to view开发者_Python百科 entity beans with the jmx-console? If so, how?
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.
精彩评论