Uses of Class
org.hibernate.sql.ast.tree.expression.SqlTuple
Packages that use SqlTuple
Package
Description
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator.Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Package defining a SQL AST for use in generation of SQL.
Package defining support for creating and consuming a SQL AST.
AST nodes representing expressions in a SQL tree.
-
Uses of SqlTuple in org.hibernate.dialect.sql.ast
Methods in org.hibernate.dialect.sql.ast with parameters of type SqlTupleModifier and TypeMethodDescriptionprotected voidDB2SqlAstTranslator.renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator) protected voidH2SqlAstTranslator.renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator) protected voidHSQLSqlAstTranslator.renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator) protected voidOracleSqlAstTranslator.renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator) protected voidSpannerSqlAstTranslator.renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator) protected voidSQLServerSqlAstTranslator.renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator) protected voidSybaseASESqlAstTranslator.renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator) protected voidSybaseSqlAstTranslator.renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator) -
Uses of SqlTuple in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return SqlTupleModifier and TypeMethodDescriptionEmbeddableValuedModelPart.toSqlExpression(TableGroup tableGroup, Clause clause, SqmToSqlAstConverter walker, SqlAstCreationState sqlAstCreationState) -
Uses of SqlTuple in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type SqlTuple -
Uses of SqlTuple in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type SqlTupleModifier and TypeMethodDescriptionprotected voidAbstractSqlAstTranslator.emulateQuantifiedTupleSubQueryPredicate(Predicate predicate, SelectStatement selectStatement, SqlTuple lhsTuple, ComparisonOperator tupleComparisonOperator) An optimized emulation for relational tuple sub-query comparisons.protected voidAbstractSqlAstTranslator.renderSelectTupleComparison(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator) protected voidAbstractSqlAstTranslator.renderTupleComparisonStandard(List<SqlSelection> lhsExpressions, SqlTuple tuple, ComparisonOperator operator) voidAbstractSqlAstTranslator.visitTuple(SqlTuple tuple) voidAbstractSqlAstWalker.visitTuple(SqlTuple tuple) voidExpressionReplacementWalker.visitTuple(SqlTuple tuple) -
Uses of SqlTuple in org.hibernate.sql.ast.tree.expression
Methods in org.hibernate.sql.ast.tree.expression that return SqlTupleModifier and TypeMethodDescriptionSqlTuple.Builder.buildTuple()SqlTuple.getSqlTuple()SqlTupleContainer.getSqlTuple()static SqlTupleSqlTupleContainer.getSqlTuple(SqlAstNode expression)