Package javax.persistence.spi

API used by EJB 3.0 container

See:
          Description

Interface Summary
PersistenceUnitInfo Interface implemented by the container and used by the persistence provider when creating an EntityManagerFactory.
 

Enum Summary
PersistenceUnitTransactionType The enum javax.persistence.spi.PersistenceUnitTransactionType defines whether the entity managers created by the factory will be JTA or resource-local entity managers.
 

Package javax.persistence.spi Description

API used by EJB 3.0 container