Uses of Class
org.hibernate.sql.ast.SqlAstJoinType
-
Packages that use SqlAstJoinType Package Description org.hibernate.query.derived org.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, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)LazyTableGroupAnonymousTupleEntityValuedModelPart. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)TableGroupJoinAnonymousTupleEmbeddableValuedModelPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)TableGroupJoinAnonymousTupleEntityValuedModelPart. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType requestedJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState) -
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 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, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)Create the "join", but return a TableGroup.TableGroupJoinTableGroupJoinProducer. createTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAliasBase explicitSqlAliasBase, SqlAstJoinType sqlAstJoinType, boolean fetched, boolean addsPredicate, SqlAstCreationState creationState)Create a TableGroupJoin.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)
-