All Classes and Interfaces

Class
Description
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 Hook.
filter data this is what you replace with your own filter.
Interface that directly inherits from Map and adds Filter.FilterData.replaceFilter(String, BiFunction) method.
Easy implementation of PrimeFaces lazy data model using Lambdas, This is the main class in com.flowlogix.jeedao.primefaces package.
Serializable builder lambda to easily facilitate creation of JPALazyDataModel.
used in case-insensitive queries to convert case to lower / upper case.
Optional Configuration annotation for JPALazyDataModel.
Sorter Hook.
Sort order requested by the UI lives in Sorter.MergedSortOrder.requestedSortMeta, Sort order requested by the application lives in Sorter.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.