Uses of Package
org.hibernate.jpa.boot.spi
-
Packages that use org.hibernate.jpa.boot.spi Package Description org.hibernate.jpa 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.org.hibernate.jpa.boot.internal org.hibernate.jpa.boot.spi org.hibernate.jpa.internal.util org.hibernate.testing.orm.jpa org.hibernate.testing.orm.junit -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.jpa Class Description EntityManagerFactoryBuilder Represents a two-phase JPA bootstrap process for building a HibernateEntityManagerFactory
.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. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.jpa.boot.internal Class Description EntityManagerFactoryBuilder Represents a two-phase JPA bootstrap process for building a HibernateEntityManagerFactory
.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. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.jpa.boot.spi Class Description EntityManagerFactoryBuilder Represents a two-phase JPA bootstrap process for building a HibernateEntityManagerFactory
.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. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.jpa.internal.util Class Description 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. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.testing.orm.jpa Class Description 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. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.testing.orm.junit Class Description 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.