Package | Description |
---|---|
org.springframework.data.jpa.domain |
JPA specific support classes to implement domain classes.
|
Modifier and Type | Method and Description |
---|---|
Specifications<T> |
Specifications.and(Specification<T> other)
ANDs the given
Specification to the current one. |
static <T> Specifications<T> |
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 <T> Specifications<T> |
Specifications.where(Specification<T> spec)
Simple static factory method to add some syntactic sugar around a
Specification . |
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.