public interface Selectable
Modifier and Type | Method and Description |
---|---|
String |
getAlias(Dialect dialect)
Deprecated.
(since 6.0) new read-by-position paradigm means that these generated
aliases are no longer needed
|
String |
getAlias(Dialect dialect,
Table table)
Deprecated.
(since 6.0) new read-by-position paradigm means that these generated
aliases are no longer needed
|
String |
getCustomReadExpression()
Any custom read expression for this selectable.
|
String |
getCustomWriteExpression()
Any custom write expression for this selectable.
|
String |
getTemplate(Dialect dialect,
SqmFunctionRegistry functionRegistry)
Deprecated.
(since 6.0) use
getCustomWriteExpression() instead |
String |
getText()
The selectable's "canonical" text representation
|
String |
getText(Dialect dialect)
The selectable's text representation accounting for the Dialect's
quoting, if quoted
|
boolean |
isFormula()
Does this selectable represent a formula?
true indicates
it is a formula; false indicates it is a physical column |
String getText()
String getText(Dialect dialect)
boolean isFormula()
true
indicates
it is a formula; false
indicates it is a physical columnString getCustomReadExpression()
ColumnTransformer
String getCustomWriteExpression()
ColumnTransformer
@Deprecated String getAlias(Dialect dialect)
@Deprecated String getAlias(Dialect dialect, Table table)
@Deprecated String getTemplate(Dialect dialect, SqmFunctionRegistry functionRegistry)
getCustomWriteExpression()
insteadCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.