Package org.joinfaces.primefaces
Class SpringDataJpaLazyDataModel.FilterMetaSpecification<T>
java.lang.Object
org.joinfaces.primefaces.SpringDataJpaLazyDataModel.FilterMetaSpecification<T>
- All Implemented Interfaces:
Serializable
,Specification<T>
- Enclosing class:
- SpringDataJpaLazyDataModel<T,
ID, R extends JpaRepository<T, ID> & JpaSpecificationExecutor<T>>
public static class SpringDataJpaLazyDataModel.FilterMetaSpecification<T>
extends Object
implements Specification<T>
- See Also:
-
Field Summary
Fields inherited from interface org.springframework.data.jpa.domain.Specification
serialVersionUID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected static Date
convertToDate
(Instant instant) protected static Date
convertToDate
(LocalDate localDate) protected static Date
convertToDate
(LocalDateTime localDateTime) protected static Date
convertToDate
(Temporal temporal) protected static Date
convertToDate
(ZonedDateTime zonedDateTime) protected <P> Path<P>
toPredicate
(Root<T> root, CriteriaQuery<?> query, 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
- Specified by:
toPredicate
in interfaceSpecification<T>
-
getPath
-
convertToDate
-
convertToDate
-
convertToDate
-
convertToDate
-
convertToDate
-