Uses of Package
org.hibernate.jpa.boot.spi
-
Packages that use org.hibernate.jpa.boot.spi Package Description org.hibernate.jpa Responsible for dealing with certain details of compliance with the JPA specification, including: bootstrapping JPA, calling JPA event listeners, and managing cases where Hibernate intentionally violates the specification by default (something Hibernate only does if it has a really good reason to do so).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 2-phase JPA bootstrap process for building a Hibernate EntityManagerFactory.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 2-phase JPA bootstrap process for building a Hibernate EntityManagerFactory.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 2-phase JPA bootstrap process for building a Hibernate EntityManagerFactory.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.