public abstract class JPASpecification<T> extends Object implements Specification<T>
| Constructor and Description |
|---|
JPASpecification() |
| Modifier and Type | Method and Description |
|---|---|
<S extends JPASpecification<T>> |
and(S other) |
<S extends JPASpecification<T>> |
or(S other) |
abstract javax.persistence.criteria.Predicate |
toPredicate(javax.persistence.criteria.Root<T> root,
javax.persistence.criteria.CriteriaBuilder cb) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSatisfiedBypublic abstract javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaBuilder cb)
public <S extends JPASpecification<T>> JPASpecification<T> and(S other)
public <S extends JPASpecification<T>> JPASpecification<T> or(S other)
Copyright © 2019. All rights reserved.