Interface PersistenceUnitManager

All Known Implementing Classes:
DefaultPersistenceUnitManager

public interface PersistenceUnitManager
Interface that defines an abstraction for finding and managing JPA PersistenceUnitInfos. Used by LocalContainerEntityManagerFactoryBean in order to obtain a PersistenceUnitInfo for building a concrete EntityManagerFactory.

Obtaining a PersistenceUnitInfo instance is an exclusive process. A PersistenceUnitInfo instance is not available for further calls anymore once it has been obtained.

Since:
2.0
Author:
Juergen Hoeller
See Also:
  • Method Details