public class AndSpecification<T> extends JPASpecification<T>
| Constructor and Description |
|---|
AndSpecification(JPASpecification<T> first,
JPASpecification<T> second) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSatisfiedBy(T element) |
javax.persistence.criteria.Predicate |
toPredicate(javax.persistence.criteria.Root<T> root,
javax.persistence.criteria.CriteriaBuilder cb) |
and, orpublic AndSpecification(JPASpecification<T> first, JPASpecification<T> second)
public javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaBuilder cb)
toPredicate in class JPASpecification<T>public boolean isSatisfiedBy(T element)
Copyright © 2019. All rights reserved.