Uses of Interface
javax.persistence.spi.PersistenceUnitInfo
Packages that use PersistenceUnitInfo
-
Uses of PersistenceUnitInfo in javax.persistence.spi
Methods in javax.persistence.spi with parameters of type PersistenceUnitInfoModifier and TypeMethodDescriptionPersistenceProvider.createContainerEntityManagerFactory
(PersistenceUnitInfo info, Map map) Called by the container when anEntityManagerFactory
is to be created.