I'm just using Hibernate and not JPA, and just hbm.xml mapping files and not annotations, but when I try to get data using an injected Session object I get an exception if I don't put the @Entity annotation on my Hibernate POJO's. Is there a way around that?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071273#4071273 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071273 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
