Package 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).
Enumerates the hints recognized by Hibernate:
  • SpecHints enumerates the standard hints defined by the JPA specification.
  • HibernateHints enumerates hints defined by Hibernate.