Uses of Interface
org.hibernate.jpa.spi.JpaCompliance
Packages that use JpaCompliance
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
An internal package containing implementations of central Hibernate APIs,
mostly defined in
org.hibernate
.Defines Hibernate implementation of Java Persistence specification.
An SPI for managing cases where, by default, Hibernate intentionally violates
the letter of the JPA specification.
Support for set and map ordering
Defines the runtime domain metamodel, which describes the Java aspect of
the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
An SPI for managing JDBC connections and other heavyweight resources, based around the
idea of a "JDBC session".
An implementation of
TransactionCoordinator
based on JdbcResourceTransaction
.Implementations of
TransactionCoordinator
based on JTA.Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
Defines a registry for Hibernate
Type
s.-
Uses of JpaCompliance in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return JpaComplianceModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getJpaCompliance()
SessionFactoryOptions.getJpaCompliance()
-
Uses of JpaCompliance in org.hibernate.internal
Methods in org.hibernate.internal that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.jpa.internal
Classes in org.hibernate.jpa.internal that implement JpaComplianceMethods in org.hibernate.jpa.internal that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.jpa.spi
Subinterfaces of JpaCompliance in org.hibernate.jpa.spiMethods in org.hibernate.jpa.spi that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.metamodel.mapping.ordering
Methods in org.hibernate.metamodel.mapping.ordering that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.metamodel.model.domain
Methods in org.hibernate.metamodel.model.domain that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return JpaComplianceModifier and TypeMethodDescriptionJpaMetamodelImpl.getJpaCompliance()
MappingMetamodelImpl.getJpaCompliance()
-
Uses of JpaCompliance in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.resource.transaction.backend.jdbc.internal
Methods in org.hibernate.resource.transaction.backend.jdbc.internal that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.resource.transaction.backend.jta.internal
Methods in org.hibernate.resource.transaction.backend.jta.internal that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.resource.transaction.spi
Methods in org.hibernate.resource.transaction.spi that return JpaCompliance -
Uses of JpaCompliance in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return JpaComplianceModifier and TypeMethodDescriptionTypeConfiguration.getJpaCompliance()
Obtain theJpaCompliance
setting.