1 Reply Latest reply on May 22, 2008 6:19 AM by jaikiran

    EJB3 and Hibernate

    raster3

      Hi,

      1. Am I right to say that EJB3 offers hibernate annotations plus somethings?
      2. But does EJB3 also have any minuses when compared to Hiberante?

      R

        • 1. Re: EJB3 and Hibernate
          jaikiran

           

          "raster3" wrote:
          Hi,

          1. Am I right to say that EJB3 offers hibernate annotations plus somethings?
          2. But does EJB3 also have any minuses when compared to Hiberante?

          R


          You mean JPA (which is part of EJB3), right?

          JPA is a spec and Hibernate is an implementation of the spec. So everything that is specified in JPA will be available in Hibernate. Hibernate (or any other implementation of JPA), additionally, will have their own vendor specific features too