The answer is a definitive maybe:
There is no such thing as an EJB 3.0 entity bean. The term "EJB entity" is only
used for EJB 1.x/2.x.
Indeed @Entity makes the annotated class an Entity in the sense of the Java Persistence
API (JPA).
Hibernate's entity manager is an implementation of the JPA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045427#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...