| Modifier and Type | Method and Description |
|---|---|
Predicate |
PredicateBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Repository |
Repository.and(Predicate predicate) |
javax.persistence.criteria.Predicate |
Joinner.join(Predicate predicate)
|
Repository |
Repository.or(Predicate predicate) |
protected javax.persistence.criteria.Predicate |
Repository.to(Predicate predicate) |
Repository |
Repository.where(Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Repository.to(Collection<Predicate> predicates) |
Repository |
Repository.where(Collection<Predicate> predicates) |
Copyright © 2018. All rights reserved.