Uses of Interface
jakarta.persistence.spi.PersistenceUnitInfo
Packages that use PersistenceUnitInfo
Package
Description
SPI for Jakarta Persistence providers
The packages in this namespace are responsible for implementing certain
requirements of the JPA specification, especially things which are only
needed when Hibernate is acting as a JPA persistence provider.
-
Uses of PersistenceUnitInfo in jakarta.persistence.spi
Methods in jakarta.persistence.spi with parameters of type PersistenceUnitInfoModifier and TypeMethodDescriptionPersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info, Map map) Called by the container when anEntityManagerFactoryis to be created.voidPersistenceProvider.generateSchema(PersistenceUnitInfo info, Map map) Create database schemas and/or tables and/or create DDL scripts as determined by the supplied properties. -
Uses of PersistenceUnitInfo in org.hibernate.jpa
Methods in org.hibernate.jpa with parameters of type PersistenceUnitInfoModifier and TypeMethodDescriptionHibernatePersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info, Map properties) Called by the container when anEntityManagerFactoryis to be created.voidHibernatePersistenceProvider.generateSchema(PersistenceUnitInfo info, Map map) protected EntityManagerFactoryBuilderHibernatePersistenceProvider.getEntityManagerFactoryBuilder(PersistenceUnitInfo info, Map<?, ?> integration) -
Uses of PersistenceUnitInfo in org.hibernate.jpa.boot.internal
Constructors in org.hibernate.jpa.boot.internal with parameters of type PersistenceUnitInfoModifierConstructorDescriptionPersistenceUnitInfoDescriptor(PersistenceUnitInfo persistenceUnitInfo) -
Uses of PersistenceUnitInfo in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi with parameters of type PersistenceUnitInfoModifier and TypeMethodDescriptionstatic EntityManagerFactoryBuilderBootstrap.getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo, Map integration) static EntityManagerFactoryBuilderBootstrap.getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo, Map integration, ClassLoader providedClassLoader) static EntityManagerFactoryBuilderBootstrap.getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo, Map integration, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings> mergedSettingsBaseline) For tests onlystatic EntityManagerFactoryBuilderBootstrap.getEntityManagerFactoryBuilder(PersistenceUnitInfo persistenceUnitInfo, Map integration, ClassLoaderService providedClassLoaderService)