Package org.hibernate.jpa.boot.spi
-
Interface Summary Interface Description EntityManagerFactoryBuilder Represents a two-phase JPA bootstrap process for building a HibernateEntityManagerFactory
.IntegratorProvider An object that provides a list ofIntegrator
s to the JPA persistence provider.PersistenceUnitDescriptor Abstraction for dealing with either<persistence-unit/>
information whether that comes from an EE container in the form ofPersistenceUnitInfo
or in an SE environment where Hibernate has parsed thepersistence.xml
file itself.StrategyRegistrationProviderList An object that provides a list ofStrategyRegistrationProvider
s to the JPA persistence provider.TypeContributorList Deprecated, for removal: This API element is subject to removal in a future version. Consider using discovery instead to dynamically locate contributors. -
Class Summary Class Description Bootstrap Entry into the bootstrap process.JpaSettings Enumerates SPI-related settings that are specific to the use of Hibernate as a JPAPersistenceProvider
.ProviderChecker Helper for handling checks to see whether Hibernate is the requestedPersistenceProvider
.