Interface Literal
-
- All Superinterfaces:
Expression
,JdbcParameterBinder
,SqlAstNode
,SqlSelectionProducer
- All Known Implementing Classes:
JdbcLiteral
,QueryLiteral
,UnparsedNumericLiteral
public interface Literal extends JdbcParameterBinder, Expression
-
-
Field Summary
-
Fields inherited from interface org.hibernate.sql.exec.spi.JdbcParameterBinder
NOOP
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JdbcMapping
getJdbcMapping()
Object
getLiteralValue()
-
Methods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference, getExpressionType
-
Methods inherited from interface org.hibernate.sql.exec.spi.JdbcParameterBinder
bindParameterValue
-
Methods inherited from interface org.hibernate.sql.ast.tree.SqlAstNode
accept
-
-
-
-
Method Detail
-
getLiteralValue
Object getLiteralValue()
-
getJdbcMapping
JdbcMapping getJdbcMapping()
-
-