1 Reply Latest reply on Sep 10, 2006 9:23 AM by maxandersen

    How to avoid specific Hibernate config in EJB3 source code.

    rmemoria

      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