|
Spring Data JPA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Specifications | |
|---|---|
| org.springframework.data.jpa.domain | JPA specific support classes to implement domain classes. |
| Uses of Specifications in org.springframework.data.jpa.domain |
|---|
| Methods in org.springframework.data.jpa.domain that return Specifications | ||
|---|---|---|
Specifications<T> |
Specifications.and(Specification<T> other)
ANDs the given Specification to the current one. |
|
static
|
Specifications.not(Specification<T> spec)
Negates the given Specification. |
|
Specifications<T> |
Specifications.or(Specification<T> other)
ORs the given specification to the current one. |
|
static
|
Specifications.where(Specification<T> spec)
Simple static factory method to add some syntactic sugar around a Specification. |
|
|
Spring Data JPA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||