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.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, Map<?,?> integration, ClassLoader providedClassLoader)protected EntityManagerFactoryBuilderHibernatePersistenceProvider. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, 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 StringProviderChecker. extractRequestedProviderName(PersistenceUnitDescriptor persistenceUnit, Map integration)Extract the requested persistence provider name using the algorithm Hibernate uses.static EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration)static EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, ClassLoader providedClassLoader)static EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, Consumer<org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MergedSettings> mergedSettingsBaseline)For tests onlystatic EntityManagerFactoryBuilderBootstrap. getEntityManagerFactoryBuilder(PersistenceUnitDescriptor persistenceUnitDescriptor, Map integration, ClassLoaderService providedClassLoaderService)static booleanProviderChecker. 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...)
-