Uses of Interface
org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
-
Packages that use JpaMetamodelImplementor Package Description org.hibernate.engine.spi org.hibernate.metamodel.spi org.hibernate.query.spi org.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 JpaMetamodelImplementorSessionFactoryDelegatingImpl. getJpaMetamodel() -
Uses of JpaMetamodelImplementor in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementorRuntimeMetamodelsImplementor. 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.spi
Methods in org.hibernate.query.sqm.spi that return JpaMetamodelImplementor Modifier and Type Method Description JpaMetamodelImplementorSqmCreationContext. getJpaMetamodel()Access to the domain model metadata
-