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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
