Uses of Class
org.hibernate.query.criteria.ValueHandlingMode
-
Packages that use ValueHandlingMode Package Description org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.query.criteria Hibernate's support for JPA criteria queries.org.hibernate.query.spi org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation details -
-
Uses of ValueHandlingMode in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ValueHandlingMode Modifier and Type Method Description ValueHandlingMode
SessionFactoryOptionsBuilder. getCriteriaValueHandlingMode()
-
Uses of ValueHandlingMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ValueHandlingMode Modifier and Type Method Description ValueHandlingMode
AbstractDelegatingSessionFactoryOptions. getCriteriaValueHandlingMode()
default ValueHandlingMode
SessionFactoryOptions. getCriteriaValueHandlingMode()
-
Uses of ValueHandlingMode in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return ValueHandlingMode Modifier and Type Method Description static ValueHandlingMode
ValueHandlingMode. interpret(Object valueHandlingMode)
Interpret the configured valueHandlingMode value.static ValueHandlingMode
ValueHandlingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueHandlingMode[]
ValueHandlingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ValueHandlingMode in org.hibernate.query.spi
Constructors in org.hibernate.query.spi with parameters of type ValueHandlingMode 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)
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 use -
Uses of ValueHandlingMode in org.hibernate.query.sqm.internal
Constructors in org.hibernate.query.sqm.internal with parameters of type ValueHandlingMode Constructor Description SqmCriteriaNodeBuilder(String uuid, String name, boolean jpaComplianceEnabled, QueryEngine queryEngine, Supplier<JpaMetamodelImplementor> domainModelAccess, ServiceRegistry serviceRegistry, ValueHandlingMode criteriaValueHandlingMode)
-