Uses of Interface
org.hibernate.jpa.spi.MutableJpaCompliance
-
Packages that use MutableJpaCompliance Package Description org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.jpa.internal Defines Hibernate implementation of Java Persistence specification.org.hibernate.testing.boot -
-
Uses of MutableJpaCompliance in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return MutableJpaCompliance Modifier and Type Method Description MutableJpaCompliance
BootstrapContextImpl. getJpaCompliance()
-
Uses of MutableJpaCompliance in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return MutableJpaCompliance Modifier and Type Method Description MutableJpaCompliance
BootstrapContext. getJpaCompliance()
In-flight form ofJpaCompliance
-
Uses of MutableJpaCompliance in org.hibernate.jpa.internal
Classes in org.hibernate.jpa.internal that implement MutableJpaCompliance Modifier and Type Class Description class
MutableJpaComplianceImpl
-
Uses of MutableJpaCompliance in org.hibernate.testing.boot
Methods in org.hibernate.testing.boot that return MutableJpaCompliance Modifier and Type Method Description MutableJpaCompliance
BootstrapContextImpl. getJpaCompliance()
-