Uses of Class
org.hibernate.query.criteria.LiteralHandlingMode
-
Packages that use LiteralHandlingMode Package Description org.hibernate.boot.spi org.hibernate.query.criteria -
-
Uses of LiteralHandlingMode in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return LiteralHandlingMode Modifier and Type Method Description LiteralHandlingMode
AbstractDelegatingSessionFactoryOptions. getCriteriaLiteralHandlingMode()
default LiteralHandlingMode
SessionFactoryOptions. getCriteriaLiteralHandlingMode()
-
Uses of LiteralHandlingMode in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return LiteralHandlingMode Modifier and Type Method Description static LiteralHandlingMode
LiteralHandlingMode. interpret(java.lang.Object literalHandlingMode)
Interpret the configured literalHandlingMode value.static LiteralHandlingMode
LiteralHandlingMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LiteralHandlingMode[]
LiteralHandlingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-