Package org.hibernate.jpa.boot.spi
package org.hibernate.jpa.boot.spi
-
ClassDescriptionEntry into the bootstrap process.Represents a two-phase JPA bootstrap process for building a Hibernate
EntityManagerFactory
.An object that provides a list ofIntegrator
s to the JPA persistence provider.Enumerates SPI-related settings that are specific to the use of Hibernate as a JPAPersistenceProvider
.PersistenceUnitDescriptor wrapper around PersistenceConfigurationAbstraction for dealing with<persistence-unit/>
information specified in thepersistence.xml
file, which might be: passed by the Jakarta EE container as an instance ofPersistenceUnitInfo
, or, in an SE environment, parsed by Hibernate itself.Used by Hibernate to parsepersistence.xml
files in SE environments.Helper for handling checks to see whether Hibernate is the requestedPersistenceProvider
.An object that provides a list ofStrategyRegistrationProvider
s 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.