开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜