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 creating and executing various JDBC operationsorg.hibernate.sql.ast.tree.from 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, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)TableGroupAnonymousTupleEntityValuedModelPart. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)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 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, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAliasBaseGenerator aliasBaseGenerator, SqlExpressionResolver sqlExpressionResolver, FromClauseAccess fromClauseAccess, SqlAstCreationContext creationContext)Create a TableGroupJoin as defined for this producer, but as root TableGroup.default TableGroupTableGroupJoinProducer. createRootTableGroupJoin(NavigablePath navigablePath, TableGroup lhs, String explicitSourceAlias, SqlAstJoinType sqlAstJoinType, boolean fetched, Consumer<Predicate> predicateConsumer, SqlAstCreationState creationState)Create a TableGroupJoin as defined for this producer, but as root TableGroup.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.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)
-