Class TableGroupJoinHelper


  • public class TableGroupJoinHelper
    extends Object
    • Constructor Detail

      • TableGroupJoinHelper

        public TableGroupJoinHelper()
    • Method Detail

      • 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.