Uses of Package
org.hibernate.jpa.boot.spi
Packages that use org.hibernate.jpa.boot.spi
Package
Description
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.
-
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.jpaClassDescriptionRepresents a two-phase JPA bootstrap process for building a Hibernate
EntityManagerFactory
.Abstraction 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. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.jpa.boot.internalClassDescriptionRepresents a two-phase JPA bootstrap process for building a Hibernate
EntityManagerFactory
.Abstraction 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. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.jpa.boot.spiClassDescriptionRepresents a two-phase JPA bootstrap process for building a Hibernate
EntityManagerFactory
.Abstraction 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. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.jpa.internal.utilClassDescriptionAbstraction 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. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.testing.orm.jpaClassDescriptionAbstraction 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. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.testing.orm.junitClassDescriptionAbstraction 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.