Package com.flowlogix.jeedao.primefaces
package com.flowlogix.jeedao.primefaces
PrimeFaces JPA-backed
JPALazyDataModel
-
ClassDescriptionFilter<TT>Filter Hookfilter data this is what you replace with your own filterInterface that directly inherits from
Map
and addsFilter.FilterData.replaceFilter(String, BiFunction)
methodJPALazyDataModel<TT>Easy implementation of PrimeFaces lazy data model using Lambdas, This is the main class incom.flowlogix.jeedao.primefaces
packageSerializable builder lambda to easily facilitate creation ofJPALazyDataModel
used in case-insensitive queries to convert case to lower / upper caseOptional Configuration annotation forJPALazyDataModel
Use to make queries case-insensitive and pick anEntityManager
Sorter<TT>Sorter HookSort order requested by the UI lives inSorter.MergedSortOrder.requestedSortMeta
, Sort order requested by the application lives inSorter.MergedSortOrder.applicationSort
Only one can exist, the other will always be null.Manipulates sort criteria requested from the UI and possibly adds or replaces it with application-based sort criteria