ENTITY - entity typeR - return typepublic interface HasWhere<ENTITY,R>
| Modifier and Type | Method and Description |
|---|---|
R |
where(Predicate<? super ENTITY> predicate)
Adds the provided
predicate to the collection of predicates that
shall be applied to entities from the previous Manager before entities
are accepted in the join. |
R where(Predicate<? super ENTITY> predicate)
predicate to the collection of predicates that
shall be applied to entities from the previous Manager before entities
are accepted in the join.
Currently, only FieldPredicates obtained by
Speedment predicate builders can be used in Join Operations. No anonymous
lambdas can be used.
predicate - to applypredicate is addedNullPointerException - if the provided predicate is
nullCopyright © 2019 Speedment, Inc.. All rights reserved.