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
Mapand addsFilter.FilterData.replaceFilter(String, BiFunction)methodJPALazyDataModel<TT>Easy implementation of PrimeFaces lazy data model using Lambdas, This is the main class incom.flowlogix.jeedao.primefacespackageSerializable builder lambda to easily facilitate creation ofJPALazyDataModelused in case-insensitive queries to convert case to lower / upper caseOptional Configuration annotation forJPALazyDataModelUse to make queries case-insensitive and pick anEntityManagerSorter<TT>Sorter HookSort order requested by the UI lives inSorter.MergedSortOrder.requestedSortMeta, Sort order requested by the application lives inSorter.MergedSortOrder.applicationSortOnly 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