Package org.hibernate.jpa.boot.spi
package org.hibernate.jpa.boot.spi
An SPI used to initiate
and control
the JPA bootstrap process, along with SPI interfaces allowing certain sorts of
extensions to be contributed during the bootstrap process.
- Author:
- Steve Ebersole
-
ClassDescriptionEntry into the bootstrap process.Represents a two-phase JPA bootstrap process for building a Hibernate
EntityManagerFactory.An object that provides a list ofIntegrators to the JPA persistence provider.Enumerates SPI-related settings that are specific to the use of Hibernate as a JPAPersistenceProvider.Abstraction for dealing with either<persistence-unit/>information whether that comes from an EE container in the form ofPersistenceUnitInfoor in an SE environment where Hibernate has parsed thepersistence.xmlfile itself.Helper for handling checks to see whether Hibernate is the requestedPersistenceProvider.An object that provides a list ofStrategyRegistrationProviders to the JPA persistence provider.Deprecated, for removal: This API element is subject to removal in a future version.Consider using discovery instead to dynamically locate contributors.