[jboss-user] [JBoss Seam] - Re: Using JavaBeans and Hibernate3
stephen.friedrich
do-not-reply at jboss.com
Mon May 14 08:21:10 EDT 2007
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#4045427
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045427
More information about the jboss-user
mailing list