Uses of Interface
org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Packages that use PersistenceUnitDescriptor
Package
Description
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 PersistenceUnitDescriptor in org.hibernate.jpa
Methods in org.hibernate.jpa that return types with arguments of type PersistenceUnitDescriptorModifier and TypeMethodDescriptionprotected Collection
<PersistenceUnitDescriptor> HibernatePersistenceProvider.locatePersistenceUnits
(Map<?, ?> integration, ClassLoader providedClassLoader, ClassLoaderService providedClassLoaderService) Methods in org.hibernate.jpa with parameters of type PersistenceUnitDescriptorModifier and TypeMethodDescriptionprotected EntityManagerFactoryBuilder
HibernatePersistenceProvider.getEntityManagerFactoryBuilder
(PersistenceUnitDescriptor persistenceUnitDescriptor, Map<?, ?> integration, ClassLoader providedClassLoader) protected EntityManagerFactoryBuilder
HibernatePersistenceProvider.getEntityManagerFactoryBuilder
(PersistenceUnitDescriptor persistenceUnitDescriptor, Map<?, ?> integration, ClassLoaderService providedClassLoaderService) -
Uses of PersistenceUnitDescriptor in org.hibernate.jpa.boot.spi
Classes in org.hibernate.jpa.boot.spi that implement PersistenceUnitDescriptorModifier and TypeClassDescriptionclass
PersistenceUnitDescriptor wrapper around PersistenceConfigurationMethods in org.hibernate.jpa.boot.spi that return types with arguments of type PersistenceUnitDescriptorModifier and TypeMethodDescriptionGeneric method to parse specifiedpersistence.xml
files and return a Map of descriptors for all discovered persistence-units keyed by the PU name.PersistenceXmlParser.parse
(List<URL> persistenceXmlUrls, PersistenceUnitTransactionType transactionType) Generic method to parse specifiedpersistence.xml
files and return a Map of descriptors for all discovered persistence-units keyed by the PU name.Methods in org.hibernate.jpa.boot.spi with parameters of type PersistenceUnitDescriptorModifier and TypeMethodDescriptionstatic String
ProviderChecker.extractRequestedProviderName
(PersistenceUnitDescriptor persistenceUnit, Map integration) Extract the requested persistence provider name using the algorithm Hibernate uses.static EntityManagerFactoryBuilder
Bootstrap.getEntityManagerFactoryBuilder
(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration) static EntityManagerFactoryBuilder
Bootstrap.getEntityManagerFactoryBuilder
(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, ClassLoader providedClassLoader) static EntityManagerFactoryBuilder
Bootstrap.getEntityManagerFactoryBuilder
(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, Consumer<org.hibernate.jpa.boot.internal.MergedSettings> mergedSettingsBaseline) For tests onlystatic EntityManagerFactoryBuilder
Bootstrap.getEntityManagerFactoryBuilder
(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, ClassLoaderService providedClassLoaderService) static boolean
ProviderChecker.isProvider
(PersistenceUnitDescriptor persistenceUnit, Map integration) Does the descriptor and/or integration request Hibernate as thePersistenceProvider
?