Package org.hibernate.jpa.boot.spi
-
Interface Summary Interface Description EntityManagerFactoryBuilder Represents a 2-phase JPA bootstrap process for building a Hibernate EntityManagerFactory.IntegratorProvider 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 TypeContributorList -
Class Summary Class Description Bootstrap Entry into the bootstrap process.ProviderChecker Helper for handling checks to see whether Hibernate is the requestedPersistenceProvider