Uses of Interface
javax.persistence.spi.PersistenceUnitInfo

Packages that use PersistenceUnitInfo
javax.persistence.spi The javax.persistence.spi package defines the classes and interfaces that are implemented by the persistence provider and the Java EE container for use by the container, provider, and/or Persistence bootstrap class in deployment and bootstrapping. 
 

Uses of PersistenceUnitInfo in javax.persistence.spi
 

Methods in javax.persistence.spi with parameters of type PersistenceUnitInfo
 EntityManagerFactory PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info, Map map)
          Called by the container when an EntityManagerFactory is to be created.