Uses of Enum Class
org.hibernate.query.criteria.ValueHandlingMode
Packages that use ValueHandlingMode
Package
Description
A range of SPIs allowing integration with—and customization of—the process of building metadata.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
Contains a range of internal abstractions for dealing with query execution,
query plans, query options, and query parameters.
-
Uses of ValueHandlingMode in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return ValueHandlingMode -
Uses of ValueHandlingMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return ValueHandlingModeModifier and TypeMethodDescriptionAbstractDelegatingSessionFactoryOptions.getCriteriaValueHandlingMode()
default ValueHandlingMode
SessionFactoryOptions.getCriteriaValueHandlingMode()
-
Uses of ValueHandlingMode in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return ValueHandlingModeModifier and TypeMethodDescriptionstatic ValueHandlingMode
Interpret the configured valueHandlingMode value.static ValueHandlingMode
Returns the enum constant of this class with the specified name.static ValueHandlingMode[]
ValueHandlingMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ValueHandlingMode in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return ValueHandlingMode