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 LiteralHandlingModeAbstractDelegatingSessionFactoryOptions. getCriteriaLiteralHandlingMode()default LiteralHandlingModeSessionFactoryOptions. getCriteriaLiteralHandlingMode() -
Uses of LiteralHandlingMode in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return LiteralHandlingMode Modifier and Type Method Description static LiteralHandlingModeLiteralHandlingMode. interpret(java.lang.Object literalHandlingMode)Interpret the configured literalHandlingMode value.static LiteralHandlingModeLiteralHandlingMode. 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.
-