JPA Notes has been created by David Blevins (Feb 08, 2006).

Content:

Container side of JPA

  1. Find the persistence.xml files
  2. Process the persistence.xml files and create PersistenceUnitInfo objects
  3. Determine and instantiate the javax.persistence.spi.PersistenceProvider class for persistence units
  4. PersistenceProvider.createContainerEntityManagerFactory(persistenceUnitInfo)

Reply via email to