0 Replies Latest reply on Aug 24, 2007 12:04 AM by asookazian

    Persistence providers for SEAM apps

    asookazian

      MyEclipseIDE allows you to reverse engineer your table(s) with the options of Toplink, Hibernate, or JPA as the persistence providers for your entity beans.

      Anybody using Toplink with SEAM and know the advantages of it? It seems to me that JPA entity beans have "moved" the Hibernate XML mapping data into the entity bean POJO class itself as annotations, thus reducing files by one per entity/table.

      I'm guessing that the Seam projects that have an Oracle DB may use Toplink as it is an Oracle product...