Uses of Interface
jakarta.persistence.spi.PersistenceUnitInfo
Packages that use PersistenceUnitInfo
Package
Description
Defines an SPI for integrating with the persistence provider
and with the Jakarta EE platform.
-
Uses of PersistenceUnitInfo in jakarta.persistence.spi
Methods in jakarta.persistence.spi with parameters of type PersistenceUnitInfoModifier and TypeMethodDescriptionPersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo info, Map<?, ?> properties) Called by the Jakarta EE container to create a newEntityManagerFactoryfor the persistence unit with the given metadata, optionally specifying configuration properties which override the settings specified in the givenPersistenceUnitInfo.voidPersistenceProvider.generateSchema(PersistenceUnitInfo info, Map<?, ?> properties) Create database schemas and/or tables and/or create DDL scripts, as determined by the supplied properties.PersistenceProvider.getClassTransformer(PersistenceUnitInfo info, Map<?, ?> properties) Obtain a provider-supplied class transformer that is called for every new class definition or class redefinition performed by the class loader returned byPersistenceUnitInfo.getClassLoader().