Class TableGroupJoinHelper

java.lang.Object
org.hibernate.sql.ast.internal.TableGroupJoinHelper

public class TableGroupJoinHelper extends Object
  • Constructor Details

    • TableGroupJoinHelper

      public TableGroupJoinHelper()
  • Method Details

    • determineJoinForPredicateApply

      public static TableGroupJoin determineJoinForPredicateApply(TableGroupJoin mainTableGroupJoin)
      Determine the TableGroupJoin to which a custom ON clause predicate should be applied to. This is supposed to be called right after construction of a TableGroupJoin. This should also be called after a SqmPredicate is translated to a Predicate, because that translation might cause nested joins to be added to the table group of the join.