0 Replies Latest reply on Jan 8, 2008 2:00 AM by hubaghdadi

    Why @Entity used in Hibernate2 sample application?

    hubaghdadi

      Hi.
      I have been checking hibernate2 sample application in Seam2
      This application is supposed to use POJO as domain models, but not EJB3 entities as the readme file specifies.
      If this is the case, why domain objects use @Entity which is AFAIK used to make EJB3 entities?
      Thanks.