Uses of Interface
org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Packages that use PersistenceUnitDescriptor Package Description org.hibernate.jpa 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.org.hibernate.jpa.boot.internal org.hibernate.jpa.boot.spi org.hibernate.jpa.internal.util org.hibernate.testing.orm.jpa org.hibernate.testing.orm.junit -
-
Uses of PersistenceUnitDescriptor in org.hibernate.jpa
Methods in org.hibernate.jpa with parameters of type PersistenceUnitDescriptor Modifier and Type Method Description protected 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.internal
Classes in org.hibernate.jpa.boot.internal that implement PersistenceUnitDescriptor Modifier and Type Class Description class
ParsedPersistenceXmlDescriptor
Describes the information gleaned from a<persistence-unit/>
element in apersistence.xml
file whether parsed directly by Hibernate or passed to us by an EE container as aPersistenceUnitInfo
.class
PersistenceUnitInfoDescriptor
Methods in org.hibernate.jpa.boot.internal with parameters of type PersistenceUnitDescriptor Modifier and Type Method Description static PersistenceException
Helper. persistenceException(PersistenceUnitDescriptor persistenceUnit, String message)
static PersistenceException
Helper. persistenceException(PersistenceUnitDescriptor persistenceUnit, String message, Exception cause)
void
EntityManagerFactoryBuilderImpl.MergedSettings. processPersistenceUnitDescriptorProperties(PersistenceUnitDescriptor persistenceUnit)
Constructors in org.hibernate.jpa.boot.internal with parameters of type PersistenceUnitDescriptor Constructor Description EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit, Map<String,Object> integrationSettings)
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit, Map<String,Object> integrationSettings, ClassLoader providedClassLoader)
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnitDescriptor, Map<String,Object> integration, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings> mergedSettingsBaseline)
For tests onlyEntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor persistenceUnit, Map<String,Object> integrationSettings, ClassLoaderService providedClassLoaderService)
StandardJpaScanEnvironmentImpl(PersistenceUnitDescriptor persistenceUnitDescriptor)
-
Uses of PersistenceUnitDescriptor in org.hibernate.jpa.boot.spi
Methods in org.hibernate.jpa.boot.spi with parameters of type PersistenceUnitDescriptor Modifier and Type Method Description static 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<EntityManagerFactoryBuilderImpl.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
? Note that in the case of no requested provider being named we assume we are the provider (the calls got to us somehow...) -
Uses of PersistenceUnitDescriptor in org.hibernate.jpa.internal.util
Methods in org.hibernate.jpa.internal.util with parameters of type PersistenceUnitDescriptor Modifier and Type Method Description static void
LogHelper. logPersistenceUnitInformation(PersistenceUnitDescriptor descriptor)
-
Uses of PersistenceUnitDescriptor in org.hibernate.testing.orm.jpa
Classes in org.hibernate.testing.orm.jpa that implement PersistenceUnitDescriptor Modifier and Type Class Description class
PersistenceUnitDescriptorAdapter
-
Uses of PersistenceUnitDescriptor in org.hibernate.testing.orm.junit
Classes in org.hibernate.testing.orm.junit that implement PersistenceUnitDescriptor Modifier and Type Class Description static class
EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
Methods in org.hibernate.testing.orm.junit that return PersistenceUnitDescriptor Modifier and Type Method Description protected PersistenceUnitDescriptor
EntityManagerFactoryBasedFunctionalTest. buildPersistenceUnitDescriptor()
-