Uses of Class
org.hibernate.sql.ast.SqlAstJoinType
-
Packages that use SqlAstJoinType Package Description org.hibernate.query.derived org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree This package contains the classes that make up the SQM tree nodes.org.hibernate.sql.ast Package defining a SQL AST for use in generation of SQL.org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.results.graph.embeddable -
-
Uses of SqlAstJoinType in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return SqlAstJoinType Modifier and Type Method Description SqlAstJoinTypeAnonymousTupleEmbeddableValuedModelPart. getDefaultSqlAstJoinType(TableGroup parentTableGroup)SqlAstJoinTypeAnonymousTupleEntityValuedModelPart. getDefaultSqlAstJoinType(TableGroup parentTableGroup)Methods in org.hibernate.query.derived with parameters of type SqlAstJoinType Modifier and Type Method Description TableGroupAnonymousTupleEmbeddableValuedModelPart. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, @Nullable String explicitSourceAlias, @Nullable SqlAliasBase explicitSqlAliasBase, @Nullable SqlAstJoinType sqlAstJoinType, boolean fetched, @Nullable Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)LazyTableGroupAnonymousTupleEntityValuedModelPart. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, @Nullable String explicitSourceAlias, @Nullable SqlAliasBase explicitSqlAliasBase, @Nullable SqlAstJoinType sqlAstJoinType, boolean fetched, @Nullable Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)TableGroupJoinAnonymousTupleEmbeddableValuedModelPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, @Nullable String explicitSourceAlias, @Nullable SqlAliasBase explicitSqlAliasBase, @Nullable SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)TableGroupJoinAnonymousTupleEntityValuedModelPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, @Nullable String explicitSourceAlias, @Nullable SqlAliasBase explicitSqlAliasBase, @Nullable SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState) -
Uses of SqlAstJoinType in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return SqlAstJoinType Modifier and Type Method Description SqlAstJoinTypeBaseSqmToSqlAstConverter. getCurrentlyProcessingJoinType()SqlAstJoinTypeFakeSqmToSqlAstConverter. getCurrentlyProcessingJoinType()SqlAstJoinTypeSqmToSqlAstConverter. getCurrentlyProcessingJoinType()Returns theSqlAstJoinTypeof the currently processing join if there is one, ornull. -
Uses of SqlAstJoinType in org.hibernate.query.sqm.tree
Methods in org.hibernate.query.sqm.tree that return SqlAstJoinType Modifier and Type Method Description SqlAstJoinTypeSqmJoinType. getCorrespondingSqlJoinType() -
Uses of SqlAstJoinType in org.hibernate.sql.ast
Methods in org.hibernate.sql.ast that return SqlAstJoinType Modifier and Type Method Description static SqlAstJoinTypeSqlAstJoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static SqlAstJoinType[]SqlAstJoinType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SqlAstJoinType in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from that return SqlAstJoinType Modifier and Type Method Description default SqlAstJoinTypeTableGroupJoinProducer. determineSqlJoinType(TableGroup lhs, @Nullable SqlAstJoinType requestedJoinType, boolean fetched)SqlAstJoinTypeTableGroupJoinProducer. getDefaultSqlAstJoinType(TableGroup parentTableGroup)SqlAstJoinTypeTableGroupJoin. getJoinType()SqlAstJoinTypeTableJoin. getJoinType()SqlAstJoinTypeTableReferenceJoin. getJoinType()Methods in org.hibernate.sql.ast.tree.from with parameters of type SqlAstJoinType Modifier and Type Method Description TableGroupTableGroupJoinProducer. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, @Nullable String explicitSourceAlias, @Nullable SqlAliasBase explicitSqlAliasBase, @Nullable SqlAstJoinType sqlAstJoinType, boolean fetched, @Nullable Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)Create the "join", but return a TableGroup.TableGroupJoinTableGroupJoinProducer. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, @Nullable String explicitSourceAlias, @Nullable SqlAliasBase explicitSqlAliasBase, @Nullable SqlAstJoinType sqlAstJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)Create a TableGroupJoin.default SqlAstJoinTypeTableGroupJoinProducer. determineSqlJoinType(TableGroup lhs, @Nullable SqlAstJoinType requestedJoinType, boolean fetched)default TableGroupJoinTableGroup. findCompatibleJoin(TableGroupJoinProducer joinProducer, SqlAstJoinType requestedJoinType)TableGroupCorrelatedTableGroup. findCompatibleJoinedGroup(TableGroupJoinProducer joinProducer, SqlAstJoinType requestedJoinType)default TableGroupTableGroup. findCompatibleJoinedGroup(TableGroupJoinProducer joinProducer, SqlAstJoinType requestedJoinType)PredicateTableReferenceJoinPredicateProducer. producePredicate(TableReference lhs, TableReference rhs, SqlAstJoinType sqlAstJoinType)voidTableGroupJoin. setJoinType(SqlAstJoinType joinType)Constructors in org.hibernate.sql.ast.tree.from with parameters of type SqlAstJoinType Constructor Description TableGroupJoin(NavigablePath navigablePath, SqlAstJoinType joinType, TableGroup joinedGroup)TableGroupJoin(NavigablePath navigablePath, SqlAstJoinType joinType, TableGroup joinedGroup, Predicate predicate) -
Uses of SqlAstJoinType in org.hibernate.sql.results.graph.embeddable
Methods in org.hibernate.sql.results.graph.embeddable that return SqlAstJoinType Modifier and Type Method Description default SqlAstJoinTypeEmbeddableValuedFetchable. getDefaultSqlAstJoinType(TableGroup parentTableGroup)
-