| Package | Description |
|---|---|
| org.hibernate.boot.spi | |
| org.hibernate.query.criteria |
| Modifier and Type | Method and Description |
|---|---|
default LiteralHandlingMode |
SessionFactoryOptions.getCriteriaLiteralHandlingMode() |
LiteralHandlingMode |
AbstractDelegatingSessionFactoryOptions.getCriteriaLiteralHandlingMode() |
| Modifier and Type | Method and Description |
|---|---|
static LiteralHandlingMode |
LiteralHandlingMode.interpret(Object literalHandlingMode)
Interpret the configured literalHandlingMode value.
|
static LiteralHandlingMode |
LiteralHandlingMode.valueOf(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.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.