public class ComplexJpaRepository.ExcludeDeletedSpecification
extends java.lang.Object
implements org.springframework.data.jpa.domain.Specification
| Constructor and Description |
|---|
ExcludeDeletedSpecification() |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.criteria.Predicate |
toPredicate(javax.persistence.criteria.Root root,
javax.persistence.criteria.CriteriaQuery query,
javax.persistence.criteria.CriteriaBuilder builder) |
public javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root root,
javax.persistence.criteria.CriteriaQuery query,
javax.persistence.criteria.CriteriaBuilder builder)
toPredicate in interface org.springframework.data.jpa.domain.Specification