[jboss-user] [JBoss Seam] - Re: Marking Hibernate POJO's as entities without annotations
pete.muir@jboss.org
do-not-reply at jboss.com
Mon Aug 6 12:42:17 EDT 2007
Hibernate Annotations/Hibernate Entity Manager is an implementation of JPA, so if you are/want to use @Entity and EntityManager then you are using JPA. Of course you can use plain Hibernate (Hibernate Session and .hbm.xml files) but then orm.xml doesn't come into the picture (it's the standardised version of .hbm.xml basically).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071270#4071270
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071270
More information about the jboss-user
mailing list