Class CoreEntitySpecification<Entity extends CalummaEntity>
- java.lang.Object
-
- ml.calumma.rest.repository.core.restrictions.CoreEntitySpecification<Entity>
-
- All Implemented Interfaces:
Serializable,org.springframework.data.jpa.domain.Specification<Entity>
public class CoreEntitySpecification<Entity extends CalummaEntity> extends Object implements org.springframework.data.jpa.domain.Specification<Entity>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.persistence.criteria.PredicatetoPredicate(javax.persistence.criteria.Root<Entity> root, javax.persistence.criteria.CriteriaQuery<?> criteriaQuery, javax.persistence.criteria.CriteriaBuilder criteriaBuilder)
-
-
-
Method Detail
-
toPredicate
public javax.persistence.criteria.Predicate toPredicate(javax.persistence.criteria.Root<Entity> root, javax.persistence.criteria.CriteriaQuery<?> criteriaQuery, javax.persistence.criteria.CriteriaBuilder criteriaBuilder)
- Specified by:
toPredicatein interfaceorg.springframework.data.jpa.domain.Specification<Entity extends CalummaEntity>
-
-