public class MergeCompositesPredicateTransformation extends Object implements Function<Predicate,Predicate>
Merges predicates with minimized levels of nesting (resulting in SQL with a minimal number of parentheses). Essentially, the number of created composite predicates is minimized by smartly merging nested predicates wherever operator precedence allows.
CompositePredicate
Constructor and Description |
---|
MergeCompositesPredicateTransformation() |
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.