Package xyz.baldeep.filter
Class SearchSpecification<T>
- java.lang.Object
-
- xyz.baldeep.filter.SearchSpecification<T>
-
- All Implemented Interfaces:
Serializable,org.springframework.data.jpa.domain.Specification<T>
public class SearchSpecification<T> extends Object implements org.springframework.data.jpa.domain.Specification<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchSpecification()
-
Method Summary
Modifier and Type Method Description javax.persistence.criteria.PredicatetoPredicate(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder criteriaBuilder)
-
-
-
Method Detail
-
toPredicate
public javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder criteriaBuilder)
- Specified by:
toPredicatein interfaceorg.springframework.data.jpa.domain.Specification<T>
-
-