public class Disjunction<T> extends Object implements org.springframework.data.jpa.domain.Specification<T>
OR operator| Constructor and Description |
|---|
Disjunction(Collection<org.springframework.data.jpa.domain.Specification<T>> innerSpecs) |
Disjunction(org.springframework.data.jpa.domain.Specification<T>... specs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
javax.persistence.criteria.Predicate |
toPredicate(javax.persistence.criteria.Root<T> root,
javax.persistence.criteria.CriteriaQuery<?> query,
javax.persistence.criteria.CriteriaBuilder cb) |
@SafeVarargs public Disjunction(org.springframework.data.jpa.domain.Specification<T>... specs)
public Disjunction(Collection<org.springframework.data.jpa.domain.Specification<T>> innerSpecs)
public javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder cb)
toPredicate in interface org.springframework.data.jpa.domain.Specification<T>Copyright © 2014–2017. All rights reserved.