public interface Specification<T>
| 限定符和类型 | 方法和说明 |
|---|---|
Specification<T> |
and(Specification<T> specification) |
boolean |
isSatisfiedBy(T entity) |
Specification<T> |
not() |
Specification<T> |
or(Specification<T> specification) |
boolean isSatisfiedBy(T entity)
Specification<T> and(Specification<T> specification)
Specification<T> or(Specification<T> specification)
Specification<T> not()
Copyright © 2022. All rights reserved.