Interface PredicateContainer
-
- All Known Implementing Classes:
QuerySpec,TableGroupJoin,TableReferenceJoin
public interface PredicateContainerSomething that can contain predicates
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplyPredicate(Predicate predicate)Apply a predicate to this container
-
-
-
Method Detail
-
applyPredicate
void applyPredicate(Predicate predicate)
Apply a predicate to this container
-
-