Package org.joinfaces.primefaces
Klasse SpringDataJpaLazyDataModel.FilterMetaSpecification<T>
java.lang.Object
org.joinfaces.primefaces.SpringDataJpaLazyDataModel.FilterMetaSpecification<T>
- Alle implementierten Schnittstellen:
Serializable
,Specification<T>
- Umschließende Klasse:
SpringDataJpaLazyDataModel<T,
ID, R extends JpaRepository<T, ID> & JpaSpecificationExecutor<T>>
public static class SpringDataJpaLazyDataModel.FilterMetaSpecification<T>
extends Object
implements Specification<T>
- Siehe auch:
-
Feldübersicht
Von Schnittstelle geerbte Felder org.springframework.data.jpa.domain.Specification
serialVersionUID
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected <P> Path
<P> toPredicate
(Root<T> root, CriteriaQuery<?> query, CriteriaBuilder criteriaBuilder) Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden org.springframework.data.jpa.domain.Specification
and, or
-
Konstruktordetails
-
FilterMetaSpecification
public FilterMetaSpecification(org.primefaces.model.FilterMeta filterMeta)
-
-
Methodendetails
-
toPredicate
- Angegeben von:
toPredicate
in SchnittstelleSpecification<T>
-
getPath
-