| Package | Description |
|---|---|
| org.hibernate.boot.internal | |
| org.hibernate.boot.spi | |
| org.hibernate.query.criteria | |
| org.hibernate.query.criteria.internal.compile |
| Modifier and Type | Method and Description |
|---|---|
LiteralHandlingMode |
SessionFactoryOptionsImpl.getCriteriaLiteralHandlingMode() |
default LiteralHandlingMode |
SessionFactoryOptionsState.getCriteriaLiteralHandlingMode() |
LiteralHandlingMode |
SessionFactoryBuilderImpl.getCriteriaLiteralHandlingMode() |
LiteralHandlingMode |
SessionFactoryBuilderImpl.SessionFactoryOptionsStateStandardImpl.getCriteriaLiteralHandlingMode() |
| Modifier and Type | Method and Description |
|---|---|
default LiteralHandlingMode |
SessionFactoryOptions.getCriteriaLiteralHandlingMode() |
LiteralHandlingMode |
AbstractDelegatingSessionFactoryOptions.getCriteriaLiteralHandlingMode() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
default LiteralHandlingMode |
RenderingContext.getCriteriaLiteralHandlingMode()
How literals are going to be handled.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.