Package com.flowlogix.jeedao.primefaces
package com.flowlogix.jeedao.primefaces
PrimeFaces JPA-backed
JPALazyDataModel.-
ClassDescriptionCursorPagination<TT>Interface defining cursor pagination behavior for PrimeFaces JPA LazyDataModel.Configuration class for cursor pagination, used to create a CursorPagination instance with specified supported fields and options.Used to configure columns for cursor pagination.Filter<TT>Filter Hook.filter data this is what you replace with your own filter.Interface that directly inherits from
Mapand addsFilter.FilterData.replaceFilter(String, BiFunction)method.JPALazyDataModel<TT>Easy implementation of PrimeFaces lazy data model using Lambdas, This is the main class incom.flowlogix.jeedao.primefacespackage.Serializable builder lambda to easily facilitate creation ofJPALazyDataModel.used in case-insensitive queries to convert case to lower / upper case.Optional Configuration annotation forJPALazyDataModel.Sorter<TT>Sorter Hook.Sort 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.