Uses of Class
org.hibernate.sql.ast.tree.from.TableGroupJoin
-
Packages that use TableGroupJoin Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.metamodel.internal org.hibernate.metamodel.mapping.internal org.hibernate.query.derived 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.from -
-
Uses of TableGroupJoin in org.hibernate.dialect
Methods in org.hibernate.dialect with parameters of type TableGroupJoin Modifier and Type Method Description protected voidDB2SqlAstTranslator. renderTableGroupJoin(TableGroupJoin tableGroupJoin, List<TableGroupJoin> tableGroupJoinCollector)protected voidSQLServerSqlAstTranslator. renderTableGroupJoin(TableGroupJoin tableGroupJoin, List<TableGroupJoin> tableGroupJoinCollector)protected voidSybaseASESqlAstTranslator. renderTableGroupJoin(TableGroupJoin tableGroupJoin, List<TableGroupJoin> tableGroupJoinCollector)Method parameters in org.hibernate.dialect with type arguments of type TableGroupJoin Modifier and Type Method Description protected voidDB2SqlAstTranslator. renderTableGroupJoin(TableGroupJoin tableGroupJoin, List<TableGroupJoin> tableGroupJoinCollector)protected voidSQLServerSqlAstTranslator. renderTableGroupJoin(TableGroupJoin tableGroupJoin, List<TableGroupJoin> tableGroupJoinCollector)protected voidSybaseASESqlAstTranslator. renderTableGroupJoin(TableGroupJoin tableGroupJoin, List<TableGroupJoin> tableGroupJoinCollector) -
Uses of TableGroupJoin in org.hibernate.metamodel.internal
Methods in org.hibernate.metamodel.internal that return TableGroupJoin Modifier and Type Method Description TableGroupJoinAbstractCompositeIdentifierMapping. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext) -
Uses of TableGroupJoin in org.hibernate.metamodel.mapping.internal
Methods in org.hibernate.metamodel.mapping.internal that return TableGroupJoin Modifier and Type Method Description TableGroupJoinDiscriminatedAssociationAttributeMapping. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)TableGroupJoinDiscriminatedCollectionPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)TableGroupJoinEmbeddedAttributeMapping. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)TableGroupJoinEmbeddedCollectionPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)TableGroupJoinManyToManyCollectionPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup collectionTableGroup, String explicitSourceAlias, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)TableGroupJoinOneToManyCollectionPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup collectionTableGroup, String explicitSourceAlias, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)TableGroupJoinPluralAttributeMappingImpl. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)TableGroupJoinToOneAttributeMapping. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext) -
Uses of TableGroupJoin in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return TableGroupJoin Modifier and Type Method Description TableGroupJoinAnonymousTupleEmbeddableValuedModelPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)TableGroupJoinAnonymousTupleEntityValuedModelPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext) -
Uses of TableGroupJoin in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast with parameters of type TableGroupJoin Modifier and Type Method Description voidSqlAstWalker. visitTableGroupJoin(TableGroupJoin tableGroupJoin) -
Uses of TableGroupJoin in org.hibernate.sql.ast.spi
Methods in org.hibernate.sql.ast.spi with parameters of type TableGroupJoin Modifier and Type Method Description protected voidAbstractSqlAstTranslator. processTableGroupJoin(TableGroupJoin tableGroupJoin, List<TableGroupJoin> tableGroupJoinCollector)protected voidAbstractSqlAstTranslator. renderTableGroupJoin(TableGroupJoin tableGroupJoin, List<TableGroupJoin> tableGroupJoinCollector)voidAbstractSqlAstTranslator. visitTableGroupJoin(TableGroupJoin tableGroupJoin)voidAbstractSqlAstWalker. visitTableGroupJoin(TableGroupJoin tableGroupJoin)voidAggregateFunctionChecker. visitTableGroupJoin(TableGroupJoin tableGroupJoin)voidExpressionReplacementWalker. visitTableGroupJoin(TableGroupJoin tableGroupJoin)Method parameters in org.hibernate.sql.ast.spi with type arguments of type TableGroupJoin Modifier and Type Method Description protected booleanAbstractSqlAstTranslator. hasNestedTableGroupsToRender(List<TableGroupJoin> nestedTableGroupJoins)protected voidAbstractSqlAstTranslator. processNestedTableGroupJoins(TableGroup source, List<TableGroupJoin> tableGroupJoinCollector)protected voidAbstractSqlAstTranslator. processTableGroupJoin(TableGroupJoin tableGroupJoin, List<TableGroupJoin> tableGroupJoinCollector)protected voidAbstractSqlAstTranslator. renderRootTableGroup(TableGroup tableGroup, List<TableGroupJoin> tableGroupJoinCollector)protected voidAbstractSqlAstTranslator. renderTableGroup(TableGroup tableGroup, Predicate predicate, List<TableGroupJoin> tableGroupJoinCollector)protected voidAbstractSqlAstTranslator. renderTableGroupJoin(TableGroupJoin tableGroupJoin, List<TableGroupJoin> tableGroupJoinCollector) -
Uses of TableGroupJoin in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from that return TableGroupJoin Modifier and Type Method Description TableGroupJoinTableGroupJoinProducer. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType sqlAstJoinType, boolean fetched, boolean addsPredicate, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)Create a TableGroupJoin as defined for this producer The sqlAstJoinType may be null to signal that the join is for an implicit path.default TableGroupJoinTableGroupJoinProducer. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType sqlAstJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)Create a TableGroupJoin as defined for this producer The sqlAstJoinType may be null to signal that the join is for an implicit path.Methods in org.hibernate.sql.ast.tree.from with parameters of type TableGroupJoin Modifier and Type Method Description voidAbstractTableGroup. addNestedTableGroupJoin(TableGroupJoin join)voidCorrelatedTableGroup. addNestedTableGroupJoin(TableGroupJoin join)voidDelegatingTableGroup. addNestedTableGroupJoin(TableGroupJoin join)voidLazyTableGroup. addNestedTableGroupJoin(TableGroupJoin join)voidMutatingTableReferenceGroupWrapper. addNestedTableGroupJoin(TableGroupJoin join)voidOneToManyTableGroup. addNestedTableGroupJoin(TableGroupJoin join)voidStandardVirtualTableGroup. addNestedTableGroupJoin(TableGroupJoin join)voidTableGroup. addNestedTableGroupJoin(TableGroupJoin join)A nested table group join is a join against a table group, that is ensured to be joined against the primary table reference and table reference joins in isolation, prior to doing other table group joins e.g.voidAbstractTableGroup. addTableGroupJoin(TableGroupJoin join)voidCorrelatedTableGroup. addTableGroupJoin(TableGroupJoin join)voidDelegatingTableGroup. addTableGroupJoin(TableGroupJoin join)voidLazyTableGroup. addTableGroupJoin(TableGroupJoin join)voidMutatingTableReferenceGroupWrapper. addTableGroupJoin(TableGroupJoin join)voidOneToManyTableGroup. addTableGroupJoin(TableGroupJoin join)voidStandardVirtualTableGroup. addTableGroupJoin(TableGroupJoin join)voidTableGroup. addTableGroupJoin(TableGroupJoin join)voidAbstractTableGroup. prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join)voidCorrelatedTableGroup. prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join)voidDelegatingTableGroup. prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join)voidMutatingTableReferenceGroupWrapper. prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join)voidOneToManyTableGroup. prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join)voidStandardVirtualTableGroup. prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join)voidTableGroup. prependTableGroupJoin(NavigablePath navigablePath, TableGroupJoin join)Adds the given table group join before a join as found via the given navigable path.voidCollectionTableGroup. registerElementTableGroup(TableGroupJoin elementTableGroupJoin)voidCorrelatedPluralTableGroup. registerElementTableGroup(TableGroupJoin elementTableGroupJoin)voidCollectionTableGroup. registerIndexTableGroup(TableGroupJoin indexTableGroupJoin)voidCorrelatedPluralTableGroup. registerIndexTableGroup(TableGroupJoin indexTableGroupJoin)voidOneToManyTableGroup. registerIndexTableGroup(TableGroupJoin indexTableGroupJoin)
-