Uses of Interface
org.hibernate.sql.ast.tree.SqlAstNode
-
Packages that use SqlAstNode Package Description org.hibernate.dialect.function org.hibernate.metamodel.mapping.ordering.ast org.hibernate.query.results Support for defining result-set mappings used inNativeQueryandProcedureCall/StoredProcedureQuery.org.hibernate.query.sqm.function org.hibernate.query.sqm.produce.function Package defining support forSqmFunctionDescriptorhandling.org.hibernate.query.sqm.sql.internal org.hibernate.query.sqm.tree.expression org.hibernate.sql.ast Package defining a SQL AST for use in creating and executing various JDBC operationsorg.hibernate.sql.ast.spi Package defining support for creating and consuming SQL ASTorg.hibernate.sql.ast.tree.cte org.hibernate.sql.ast.tree.expression Contracts related to expressions in a SQL treeorg.hibernate.sql.ast.tree.from org.hibernate.sql.ast.tree.predicate org.hibernate.sql.ast.tree.select org.hibernate.sql.ast.tree.update -
-
Uses of SqlAstNode in org.hibernate.dialect.function
Methods in org.hibernate.dialect.function with parameters of type SqlAstNode Modifier and Type Method Description SelfRenderingFunctionSqlAstExpressionTimestampaddFunction. expression(ReturnableType<?> impliedResultType, SqlAstNode... sqlAstArguments)SelfRenderingFunctionSqlAstExpressionTimestampdiffFunction. expression(ReturnableType<?> impliedResultType, SqlAstNode... sqlAstArguments)Method parameters in org.hibernate.dialect.function with type arguments of type SqlAstNode Modifier and Type Method Description voidAvgFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidAvgFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> translator)voidCaseLeastGreatestEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidCastFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidCastingConcatFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidConcatPipeFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidCountFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidCountFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> translator)voidCurrentFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidDB2FormatEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidDerbyLpadEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidDerbyRpadEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidEveryAnyEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidEveryAnyEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> walker)voidExtractFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidFormatFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidHypotheticalSetFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidHypotheticalSetFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, List<SortSpecification> withinGroup, SqlAstTranslator<?> translator)voidHypotheticalSetFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> walker)voidIntegralTimestampaddFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidInverseDistributionFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidInverseDistributionFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, List<SortSpecification> withinGroup, SqlAstTranslator<?> translator)voidInverseDistributionFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> walker)voidLengthFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidListaggFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidListaggFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, List<SortSpecification> withinGroup, SqlAstTranslator<?> translator)voidListaggFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> walker)voidListaggGroupConcatEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidListaggGroupConcatEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, List<SortSpecification> withinGroup, SqlAstTranslator<?> translator)voidListaggGroupConcatEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> walker)voidListaggStringAggEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidListaggStringAggEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, List<SortSpecification> withinGroup, SqlAstTranslator<?> translator)voidListaggStringAggEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> walker)voidMinMaxCaseEveryAnyEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidMinMaxCaseEveryAnyEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> walker)voidModeStatsModeEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, List<SortSpecification> withinGroup, SqlAstTranslator<?> translator)voidPostgreSQLMinMaxFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidPostgreSQLMinMaxFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> translator)voidQuantifiedLeastGreatestEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidSqlFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidSQLServerEveryAnyEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidSQLServerEveryAnyEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> walker)voidSQLServerFormatEmulation. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidTimestampaddFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidTimestampdiffFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidTransactSQLStrFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> arguments, SqlAstTranslator<?> walker)voidTrimFunction. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker) -
Uses of SqlAstNode in org.hibernate.metamodel.mapping.ordering.ast
Classes in org.hibernate.metamodel.mapping.ordering.ast that implement SqlAstNode Modifier and Type Class Description classSelfRenderingOrderingExpressionRepresents a self rendering expression i.e.Methods in org.hibernate.metamodel.mapping.ordering.ast that return SqlAstNode Modifier and Type Method Description SqlAstNodeOrderingExpression. resolve(QuerySpec ast, TableGroup tableGroup, String modelPartName, SqlAstCreationState creationState)Method parameters in org.hibernate.metamodel.mapping.ordering.ast with type arguments of type SqlAstNode Modifier and Type Method Description voidFunctionExpression. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker) -
Uses of SqlAstNode in org.hibernate.query.results
Classes in org.hibernate.query.results that implement SqlAstNode Modifier and Type Class Description classResultSetMappingSqlSelectionSqlSelection used inResultSetMappingresolution.classTableGroupImplA TableGroup created with regards to a SQL ResultSet mapping -
Uses of SqlAstNode in org.hibernate.query.sqm.function
Classes in org.hibernate.query.sqm.function that implement SqlAstNode Modifier and Type Class Description classSelfRenderingAggregateFunctionSqlAstExpressionRepresentation of an aggregate function call in the SQL AST for impls that know how to render themselves.classSelfRenderingFunctionSqlAstExpressionRepresentation of a function call in the SQL AST for impls that know how to render themselves.classSelfRenderingOrderedSetAggregateFunctionSqlAstExpressionRepresentation of an aggregate function call in the SQL AST for impls that know how to render themselves.classSelfRenderingWindowFunctionSqlAstExpressionRepresentation of a window function call in the SQL AST for impls that know how to render themselves.Methods in org.hibernate.query.sqm.function that return types with arguments of type SqlAstNode Modifier and Type Method Description List<? extends SqlAstNode>SelfRenderingFunctionSqlAstExpression. getArguments()protected List<SqlAstNode>SelfRenderingSqmFunction. resolveSqlAstArguments(List<? extends SqmTypedNode<?>> sqmArguments, SqmToSqlAstConverter walker)Method parameters in org.hibernate.query.sqm.function with type arguments of type SqlAstNode Modifier and Type Method Description voidFunctionRenderingSupport. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)default voidFunctionRenderingSupport. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, Boolean respectNulls, Boolean fromFirst, SqlAstTranslator<?> walker)default voidFunctionRenderingSupport. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, List<SortSpecification> withinGroup, SqlAstTranslator<?> walker)default voidFunctionRenderingSupport. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> walker)voidNamedSqmFunctionDescriptor. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> translator)voidNamedSqmFunctionDescriptor. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, Boolean respectNulls, Boolean fromFirst, SqlAstTranslator<?> walker)voidNamedSqmFunctionDescriptor. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, List<SortSpecification> withinGroup, SqlAstTranslator<?> translator)voidNamedSqmFunctionDescriptor. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> translator)voidPatternBasedSqmFunctionDescriptor. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, SqlAstTranslator<?> walker)voidPatternBasedSqmFunctionDescriptor. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, Boolean respectNulls, Boolean fromFirst, SqlAstTranslator<?> walker)voidPatternBasedSqmFunctionDescriptor. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, List<SortSpecification> withinGroup, SqlAstTranslator<?> walker)voidPatternBasedSqmFunctionDescriptor. render(SqlAppender sqlAppender, List<? extends SqlAstNode> sqlAstArguments, Predicate filter, SqlAstTranslator<?> walker) -
Uses of SqlAstNode in org.hibernate.query.sqm.produce.function
Method parameters in org.hibernate.query.sqm.produce.function with type arguments of type SqlAstNode Modifier and Type Method Description static BasicValuedMappingStandardFunctionReturnTypeResolvers. extractArgumentValuedMapping(List<? extends SqlAstNode> arguments, int position)BasicValuedMappingFunctionReturnTypeResolver. resolveFunctionReturnType(Supplier<BasicValuedMapping> impliedTypeAccess, List<? extends SqlAstNode> arguments)Resolve the return type for a function given its context-implied type and the arguments to this call.default voidArgumentsValidator. validateSqlTypes(List<? extends SqlAstNode> arguments, String functionName)Perform validation that requires theSqlAstNodetree and assigned JDBC types.voidArgumentTypesValidator. validateSqlTypes(List<? extends SqlAstNode> arguments, String functionName)This is the final validation phase with the fully-typed SQL nodes. -
Uses of SqlAstNode in org.hibernate.query.sqm.sql.internal
Subinterfaces of SqlAstNode in org.hibernate.query.sqm.sql.internal with annotations of type with type parameters of type that implement declared as with annotations of type with type parameters of type with annotations of type with annotations of type with type parameters of type that return that return types with arguments of type with parameters of type with type arguments of type that throw with annotations of type with annotations of type with parameters of type with type arguments of type that throw Modifier and Type Interface Description interfaceorg.hibernate.query.sqm.sql.internal.SqmPathInterpretation<T extends Object> -
Uses of SqlAstNode in org.hibernate.query.sqm.tree.expression
Classes in org.hibernate.query.sqm.tree.expression that implement SqlAstNode Modifier and Type Class Description classConversionA conversion of a duration to a given temporal unit, as a result of applying the 'by unit' operator. -
Uses of SqlAstNode in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type SqlAstNode Modifier and Type Method Description voidSqlAstTranslator. render(SqlAstNode sqlAstNode, SqlAstNodeRenderingMode renderingMode)Renders the given SQL AST node with the given rendering mode. -
Uses of SqlAstNode in org.hibernate.sql.ast.spi
Subinterfaces of SqlAstNode in org.hibernate.sql.ast.spi Modifier and Type Interface Description interfaceSqlSelectionMethods in org.hibernate.sql.ast.spi with type parameters of type SqlAstNode Modifier and Type Method Description protected <X extends SqlAstNode>
XExpressionReplacementWalker. replaceExpression(X expression)<X extends SqlAstNode>
XExpressionReplacementWalker. replaceExpressions(X expression)Methods in org.hibernate.sql.ast.spi with parameters of type SqlAstNode Modifier and Type Method Description static Map<String,TableReference>AliasCollector. getTableReferences(SqlAstNode node)voidAbstractSqlAstTranslator. render(SqlAstNode sqlAstNode, SqlAstNodeRenderingMode renderingMode)Method parameters in org.hibernate.sql.ast.spi with type arguments of type SqlAstNode Modifier and Type Method Description protected voidAbstractSqlAstTranslator. emulateTupleComparison(List<? extends SqlAstNode> lhsExpressions, List<? extends SqlAstNode> rhsExpressions, ComparisonOperator operator, boolean indexOptimized)A tuple comparison like(a, b) > (1, 2)can be emulated through it logical definition:a > 1 or a = 1 and b > 2.protected voidAbstractSqlAstTranslator. renderCommaSeparated(Iterable<? extends SqlAstNode> expressions)protected voidAbstractSqlAstTranslator. renderCommaSeparatedSelectExpression(Iterable<? extends SqlAstNode> expressions)protected voidAbstractSqlAstTranslator. renderCommaSeparatedSelectExpression(Iterable<? extends SqlAstNode> expressions, Iterable<String> aliases) -
Uses of SqlAstNode in org.hibernate.sql.ast.tree.cte
Classes in org.hibernate.sql.ast.tree.cte that implement SqlAstNode Modifier and Type Class Description classCteTableGroupWraps aNamedTableReferencerepresenting the CTE and adapts it toTableGroupfor use in SQL AST -
Uses of SqlAstNode in org.hibernate.sql.ast.tree.expression
Subinterfaces of SqlAstNode in org.hibernate.sql.ast.tree.expression Modifier and Type Interface Description interfaceAggregateFunctionExpressionModels an aggregate function expression at the SQL AST level.interfaceExpressionModels an expression at the SQL AST level.interfaceFunctionExpressionModels a function expression at the SQL AST level.interfaceJdbcParameterinterfaceLiteralinterfaceOrderedSetAggregateFunctionExpressionModels an ordered set-aggregate function expression at the SQL AST level.interfaceSelfRenderingExpressioninterfaceWindowFunctionExpressionModels a window function expression at the SQL AST level.Classes in org.hibernate.sql.ast.tree.expression that implement SqlAstNode Modifier and Type Class Description classAliasedExpressionA wrapper for an expression that also renders an alias.classAnyclassBinaryArithmeticExpressionclassCaseSearchedExpressionclassCaseSimpleExpressionclassCastTargetclassCollationclassColumnReferenceModels a reference to a Column in a SQL ASTclassDistinctclassDurationA duration expressed in terms of a given temporal unit.classDurationUnitclassEntityTypeLiteralclassEveryclassExtractUnitATemporalUnitpassed as an argument to theExtractFunction.classFormatRepresents the format pattern for a date/time format expressionclassJdbcLiteral<T>Represents a literal in the SQL AST.classLiteralAsParameter<T>A wrapper for a literal to render as parameter through a cast function.classModifiedSubQueryExpressionclassOver<T>classOverflowclassQueryLiteral<T>Represents a literal in the SQL AST.classSelfRenderingSqlFragmentExpressionRepresents a self rendering expression that renders a SQL fragment.classSqlSelectionExpressionRepresents a selection that is "re-used" in certain parts of the query other than the select-clause (mainly important for order-by, group-by and having).classSqlTupleclassStarclassSummarizationclassTrimSpecificationclassUnaryOperationMethods in org.hibernate.sql.ast.tree.expression that return types with arguments of type SqlAstNode Modifier and Type Method Description List<? extends SqlAstNode>FunctionExpression. getArguments()Methods in org.hibernate.sql.ast.tree.expression with parameters of type SqlAstNode Modifier and Type Method Description static SqlTupleSqlTupleContainer. getSqlTuple(SqlAstNode expression) -
Uses of SqlAstNode in org.hibernate.sql.ast.tree.from
Subinterfaces of SqlAstNode in org.hibernate.sql.ast.tree.from Modifier and Type Interface Description interfacePluralTableGroupinterfaceTableGroupGroup togetherTableReferencereferences related to a single entity or collection, along with joins to other TableGroupsinterfaceTableJoinThe commonalities betweenTableGroupJoinandTableReferenceJoin.interfaceTableReferenceRepresents a reference to a table (derived or physical) in a query's from clause.interfaceVirtualTableGroupMarker interface for TableGroup impls that are virtual - should not be rendered into the SQL.Classes in org.hibernate.sql.ast.tree.from that implement SqlAstNode Modifier and Type Class Description classAbstractTableGroupclassAbstractTableReferenceclassCollectionTableGroupA table group for collection tables of plural attributes.classCorrelatedPluralTableGroupA table group for correlated plural attributes.classCorrelatedTableGroupA virtualTableReferencefor correlated roots.classDelegatingTableGroupclassDerivedTableReferenceclassFromClauseThe SQL AST from-clause nodeclassFunctionTableGroupA special table group for a table valued functions.classFunctionTableReferenceA table reference for a table valued function.classLazyTableGroupThe purpose of this table group is to defer creating the actual table group until it is really needed.classMappedByTableGroupclassMutatingTableReferenceGroupWrapperActs as a TableGroup for DML query operations.classNamedTableReferenceRepresents a reference to a "named" table in a query's from clause.classOneToManyTableGroupA table group for one-to-many plural attributes.classQueryPartTableGroupA special table group for a sub-queries.classQueryPartTableReferenceA table reference for a query part.classStandardTableGroupclassStandardVirtualTableGroupclassSyntheticVirtualTableGroupclassTableGroupJoinclassTableReferenceJoinRepresents a join to aTableReference; roughly equivalent to a SQL join.classUnionTableGroupclassUnionTableReferenceclassValuesTableGroupA special table group for a VALUES clause.classValuesTableReferenceMethods in org.hibernate.sql.ast.tree.from that return SqlAstNode Modifier and Type Method Description SqlAstNodeTableGroupJoin. getJoinedNode()SqlAstNodeTableJoin. getJoinedNode()SqlAstNodeTableReferenceJoin. getJoinedNode() -
Uses of SqlAstNode in org.hibernate.sql.ast.tree.predicate
Subinterfaces of SqlAstNode in org.hibernate.sql.ast.tree.predicate Modifier and Type Interface Description interfacePredicateModels a predicate in the SQL ASTClasses in org.hibernate.sql.ast.tree.predicate that implement SqlAstNode Modifier and Type Class Description classAbstractPredicateclassBetweenPredicateclassBooleanExpressionPredicateclassComparisonPredicateclassExistsPredicateclassFilterPredicateRepresents a filter applied to an entity/collection.static classFilterPredicate.FilterFragmentPredicateclassGroupedPredicateclassInListPredicateclassInSubQueryPredicateclassJunctionclassLikePredicateclassNegatedPredicateclassNullnessPredicateclassSelfRenderingPredicate -
Uses of SqlAstNode in org.hibernate.sql.ast.tree.select
Classes in org.hibernate.sql.ast.tree.select that implement SqlAstNode Modifier and Type Class Description classQueryGroupclassQueryPartclassQuerySpecclassSelectClauseThe SELECT CLAUSE in the SQL AST.classSortSpecification -
Uses of SqlAstNode in org.hibernate.sql.ast.tree.update
Classes in org.hibernate.sql.ast.tree.update that implement SqlAstNode Modifier and Type Class Description classAssignment
-