Package org.hibernate.sql.ast.internal
Class TableGroupJoinHelper
java.lang.Object
org.hibernate.sql.ast.internal.TableGroupJoinHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TableGroupJoin
determineJoinForPredicateApply
(TableGroupJoin mainTableGroupJoin) Determine theTableGroupJoin
to which a customON
clause predicate should be applied to.
-
Constructor Details
-
TableGroupJoinHelper
public TableGroupJoinHelper()
-
-
Method Details
-
determineJoinForPredicateApply
Determine theTableGroupJoin
to which a customON
clause predicate should be applied to. This is supposed to be called right after construction of aTableGroupJoin
. This should also be called after aSqmPredicate
is translated to aPredicate
, because that translation might cause nested joins to be added to the table group of the join.
-