Uses of Class
org.hibernate.query.criteria.ValueHandlingMode
-
Packages that use ValueHandlingMode Package Description 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 This package defines a semantic model of HQL queries. -
-
Uses of ValueHandlingMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ValueHandlingMode Modifier and Type Method Description ValueHandlingModeAbstractDelegatingSessionFactoryOptions. getCriteriaValueHandlingMode()default ValueHandlingModeSessionFactoryOptions. getCriteriaValueHandlingMode() -
Uses of ValueHandlingMode in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return ValueHandlingMode Modifier and Type Method Description static ValueHandlingModeValueHandlingMode. interpret(Object valueHandlingMode)Interpret the configured valueHandlingMode value.static ValueHandlingModeValueHandlingMode. 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 ValueHandlingModeQueryEngineOptions. getCriteriaValueHandlingMode() -
Uses of ValueHandlingMode in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type ValueHandlingMode Modifier and Type Method Description voidNodeBuilder. setCriteriaValueHandlingMode(ValueHandlingMode criteriaValueHandlingMode)
-