1 Reply Latest reply on Aug 28, 2013 4:04 AM by manarh

    Migration of Hiberbate to JPA with Seam

    abucs01

      Hi,

       

      how to use already existing database(oracle) which ORM is complete hibernate and i need move to seam 2 framework + jpa to that existing database so how can i make my entity manager to talk to tables which is hibernate implemetation which has tablename.hbm.xml files?

       

      do i need to rewrite all hbm file to jpa annotation base ? or is there any way to acheive this?