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.
This package defines the Hibernate configuration-time mapping model.
-
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.xmlfile. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.jpa.boot.spiClassDescriptionBoot model definition of a Jakarta Persistence style callback.Represents a two-phase JPA bootstrap process for building a Hibernate
EntityManagerFactory.Abstraction for dealing with<persistence-unit/>information specified in thepersistence.xmlfile.Used by Hibernate to parsepersistence.xmlfiles in SE environments. -
Classes in org.hibernate.jpa.boot.spi used by org.hibernate.mapping