Interface Literal
-
- All Superinterfaces:
Expression,JdbcParameterBinder,SqlAstNode,SqlSelectionProducer
- All Known Implementing Classes:
JdbcLiteral,QueryLiteral
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 JdbcMappinggetJdbcMapping()ObjectgetLiteralValue()-
Methods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createDomainResultSqlSelection, createSqlSelection, 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()
-
-