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 |
SessionFactoryOptionsBuilder.getCriteriaLiteralHandlingMode() |
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.
|
Modifier and Type | Method and Description |
---|---|
default LiteralHandlingMode |
RenderingContext.getCriteriaLiteralHandlingMode()
How literals are going to be handled.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.