Hi,
In my EJB3 project I had to use specific hibernate mapping information in my POJO class
(The "org.hibernate.type.YesNoType" column definition for example).
But if for any reason I have to move my project to another EJB3 server (and it doesn't
use hibernate in the persistent layer) I'll be forced to chance all references of the
Hibernate specifics to another solution.
These Hibernate specifics helped me in so many common situations, but is there a way to
avoid them, or maybe "hide" them from the source code?
regards,
Ricardo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970555#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...