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.void
PersistenceProvider.generateSchema
(PersistenceUnitInfo info, Map map) Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties.