Uses of Class
org.hibernate.query.criteria.ValueHandlingMode
-
Packages that use ValueHandlingMode 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.query.criteria The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.org.hibernate.query.spi Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.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
Methods in org.hibernate.query.spi that return ValueHandlingMode Modifier and Type Method Description ValueHandlingMode
QueryEngineOptions. getCriteriaValueHandlingMode()
-
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, QueryEngine queryEngine, boolean jpaComplianceEnabled, ValueHandlingMode criteriaValueHandlingMode, Supplier<SessionFactoryImplementor> sessionFactory)
-