Overview

General

Configuration

Servers

Integrations

Community

Feeds


Site
News
   



JPA Notes [ edit ]

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)

         
     
     
     
 


Apache OpenEJB is an project of The Apache Software Foundation (ASF)
 
Powered by Atlassian Confluence.