Uses of Interface
org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
-
Packages that use JpaMetamodelImplementor Package Description org.hibernate.engine.spi org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel.internal org.hibernate.metamodel.model.domain.internal org.hibernate.metamodel.spi org.hibernate.query.spi org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.spi SPI-level SQM contracts -
-
Uses of JpaMetamodelImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
SessionFactoryDelegatingImpl. getJpaMetamodel()
-
Uses of JpaMetamodelImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
SessionFactoryImpl. getJpaMetamodel()
-
Uses of JpaMetamodelImplementor in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
RuntimeMetamodelsImpl. getJpaMetamodel()
-
Uses of JpaMetamodelImplementor in org.hibernate.metamodel.model.domain.internal
Classes in org.hibernate.metamodel.model.domain.internal that implement JpaMetamodelImplementor Modifier and Type Class Description class
JpaMetamodelImpl
Methods in org.hibernate.metamodel.model.domain.internal that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
MappingMetamodelImpl. getJpaMetamodel()
-
Uses of JpaMetamodelImplementor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
RuntimeMetamodelsImplementor. getJpaMetamodel()
-
Uses of JpaMetamodelImplementor in org.hibernate.query.spi
Constructors in org.hibernate.query.spi with parameters of type JpaMetamodelImplementor Constructor Description QueryEngine(String uuid, String name, JpaMetamodelImplementor jpaMetamodel, ValueHandlingMode criteriaValueHandlingMode, int preferredSqlTypeCodeForBoolean, boolean useStrictJpaCompliance, NamedObjectRepository namedObjectRepository, NativeQueryInterpreter nativeQueryInterpreter, Dialect dialect, ServiceRegistry serviceRegistry)
Simplified constructor mainly meant for Quarkus useConstructor parameters in org.hibernate.query.spi with type arguments of type JpaMetamodelImplementor Constructor Description QueryEngine(String uuid, String name, JpaCompliance jpaCompliance, Supplier<JpaMetamodelImplementor> jpaMetamodelAccess, ValueHandlingMode criteriaValueHandlingMode, int preferredSqlTypeCodeForBoolean, NamedObjectRepository namedObjectRepository, HqlTranslator hqlTranslator, SqmTranslatorFactory sqmTranslatorFactory, NativeQueryInterpreter nativeQueryInterpreter, QueryInterpretationCache interpretationCache, TypeConfiguration typeConfiguration, Dialect dialect, SqmFunctionRegistry userDefinedRegistry, ServiceRegistry serviceRegistry)
-
Uses of JpaMetamodelImplementor in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
SqmCriteriaNodeBuilder. getJpaMetamodel()
Constructor parameters in org.hibernate.query.sqm.internal with type arguments of type JpaMetamodelImplementor Constructor Description SqmCriteriaNodeBuilder(String uuid, String name, boolean jpaComplianceEnabled, QueryEngine queryEngine, Supplier<JpaMetamodelImplementor> domainModelAccess, ServiceRegistry serviceRegistry, ValueHandlingMode criteriaValueHandlingMode)
-
Uses of JpaMetamodelImplementor in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementor
SqmCreationContext. getJpaMetamodel()
Access to the domain model metadata
-