Class SqlTuple
java.lang.Object
org.hibernate.sql.ast.tree.expression.SqlTuple
- All Implemented Interfaces:
org.hibernate.query.sqm.sql.internal.DomainResultProducer, SqlSelectionProducer, Expression, SqlTupleContainer, SqlAstNode, Assignable
public class SqlTuple
extends Object
implements Expression, SqlTupleContainer, org.hibernate.query.sqm.sql.internal.DomainResultProducer, Assignable
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSqlTuple(List<? extends Expression> expressions, MappingModelExpressible<?> valueMapping) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(SqlAstWalker sqlTreeWalker) voidapplySqlSelections(DomainResultCreationState creationState) DomainResult<?> createDomainResult(String resultVariable, DomainResultCreationState creationState) List<? extends Expression> The type for this expressionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Assignable
visitColumnReferencesMethods inherited from interface Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference
-
Constructor Details
-
SqlTuple
-
-
Method Details
-
getExpressionType
Description copied from interface:ExpressionThe type for this expression- Specified by:
getExpressionTypein interfaceExpression
-
getExpressions
-
getColumnReferences
- Specified by:
getColumnReferencesin interfaceAssignable
-
accept
- Specified by:
acceptin interfaceSqlAstNode
-
getSqlTuple
- Specified by:
getSqlTuplein interfaceSqlTupleContainer
-
createDomainResult
public DomainResult<?> createDomainResult(String resultVariable, DomainResultCreationState creationState) - Specified by:
createDomainResultin interfaceorg.hibernate.query.sqm.sql.internal.DomainResultProducer
-
applySqlSelections
- Specified by:
applySqlSelectionsin interfaceorg.hibernate.query.sqm.sql.internal.DomainResultProducer
-