public class EntitySpecification<T> extends Object implements org.springframework.data.jpa.domain.Specification<T>
| Constructor and Description |
|---|
EntitySpecification() |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Predicate |
toPredicate(javax.persistence.criteria.Root<T> root,
javax.persistence.criteria.CriteriaQuery<?> query,
javax.persistence.criteria.CriteriaBuilder builder) |
public javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<T> root, javax.persistence.criteria.CriteriaQuery<?> query, javax.persistence.criteria.CriteriaBuilder builder)
toPredicate in interface org.springframework.data.jpa.domain.Specification<T>Copyright © 2023. All rights reserved.