Uses of Interface
org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
-
Packages that use PersistenceUnitDescriptor Package Description org.hibernate.jpa org.hibernate.jpa.boot.spi -
-
Uses of PersistenceUnitDescriptor in org.hibernate.jpa
Methods in org.hibernate.jpa with parameters of type PersistenceUnitDescriptor Modifier and Type Method Description protected EntityManagerFactoryBuilderHibernatePersistenceProvider. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration, java.lang.ClassLoader providedClassLoader)protected EntityManagerFactoryBuilderHibernatePersistenceProvider. 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.StringProviderChecker. extractRequestedProviderName(PersistenceUnitDescriptor persistenceUnit, java.util.Map integration)Extract the requested persistence provider name using the algorithm Hibernate uses.static EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration)static EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration, java.lang.ClassLoader providedClassLoader)static EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, java.util.Map integration, ClassLoaderService providedClassLoaderService)static booleanProviderChecker. 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...)
-