Uses of Interface
org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Packages that use PersistenceUnitDescriptor Package Description org.hibernate.jpa org.hibernate.jpa.boot.spi org.hibernate.testing.orm.jpa -
-
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, java.util.Map integration, java.lang.ClassLoader providedClassLoader)
protected EntityManagerFactoryBuilder
HibernatePersistenceProvider. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration, ClassLoaderService providedClassLoaderService)
-
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 java.lang.String
ProviderChecker. extractRequestedProviderName(PersistenceUnitDescriptor persistenceUnit, java.util.Map integration)
Extract the requested persistence provider name using the algorithm Hibernate uses.static EntityManagerFactoryBuilder
Bootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration)
static EntityManagerFactoryBuilder
Bootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration, java.lang.ClassLoader providedClassLoader)
static EntityManagerFactoryBuilder
Bootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration, ClassLoaderService providedClassLoaderService)
static boolean
ProviderChecker. isProvider(PersistenceUnitDescriptor persistenceUnit, java.util.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.testing.orm.jpa
Classes in org.hibernate.testing.orm.jpa that implement PersistenceUnitDescriptor Modifier and Type Class Description class
PersistenceUnitDescriptorAdapter
-