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 TypeMethodDescriptionvoid
accept
(SqlAstWalker sqlTreeWalker) void
applySqlSelections
(DomainResultCreationState creationState) DomainResult
<?> createDomainResult
(String resultVariable, DomainResultCreationState creationState) List
<? extends Expression> The type for this expressionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.sql.ast.tree.update.Assignable
visitColumnReferences
Methods inherited from interface org.hibernate.sql.ast.tree.expression.Expression
createDomainResultSqlSelection, createSqlSelection, getColumnReference
-
Constructor Details
-
SqlTuple
-
-
Method Details
-
getExpressionType
Description copied from interface:Expression
The type for this expression- Specified by:
getExpressionType
in interfaceExpression
-
getExpressions
-
getColumnReferences
- Specified by:
getColumnReferences
in interfaceAssignable
-
accept
- Specified by:
accept
in interfaceSqlAstNode
-
getSqlTuple
- Specified by:
getSqlTuple
in interfaceSqlTupleContainer
-
createDomainResult
public DomainResult<?> createDomainResult(String resultVariable, DomainResultCreationState creationState) - Specified by:
createDomainResult
in interfaceorg.hibernate.query.sqm.sql.internal.DomainResultProducer
-
applySqlSelections
- Specified by:
applySqlSelections
in interfaceorg.hibernate.query.sqm.sql.internal.DomainResultProducer
-