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.spi -
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 ofPersistenceUnitInfoor in an SE environment where Hibernate has parsed thepersistence.xmlfile 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 ofPersistenceUnitInfoor in an SE environment where Hibernate has parsed thepersistence.xmlfile itself.