Package org.joinfaces.primefaces
Class SpringDataJpaLazyDataModel.FilterMetaSpecification<T>
java.lang.Object
org.joinfaces.primefaces.SpringDataJpaLazyDataModel.FilterMetaSpecification<T>
- All Implemented Interfaces:
Serializable
,org.springframework.data.jpa.domain.Specification<T>
- Enclosing class:
- SpringDataJpaLazyDataModel<T,
ID, R extends org.springframework.data.jpa.repository.JpaRepository<T, ID> & org.springframework.data.jpa.repository.JpaSpecificationExecutor<T>>
public static class SpringDataJpaLazyDataModel.FilterMetaSpecification<T>
extends Object
implements org.springframework.data.jpa.domain.Specification<T>
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.data.jpa.domain.Specification
serialVersionUID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected <P> jakarta.persistence.criteria.Path<P>
jakarta.persistence.criteria.Predicate
toPredicate
(jakarta.persistence.criteria.Root<T> root, jakarta.persistence.criteria.CriteriaQuery<?> query, jakarta.persistence.criteria.CriteriaBuilder criteriaBuilder) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.data.jpa.domain.Specification
and, or
-
Constructor Details
-
FilterMetaSpecification
public FilterMetaSpecification(org.primefaces.model.FilterMeta filterMeta)
-
-
Method Details
-
toPredicate
public jakarta.persistence.criteria.Predicate toPredicate(jakarta.persistence.criteria.Root<T> root, jakarta.persistence.criteria.CriteriaQuery<?> query, jakarta.persistence.criteria.CriteriaBuilder criteriaBuilder) - Specified by:
toPredicate
in interfaceorg.springframework.data.jpa.domain.Specification<T>
-
getPath
-