All Classes and Interfaces
Class
Description
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)
methodEasy implementation of PrimeFaces lazy data model using Lambdas, This is the main class in
com.flowlogix.jeedao.primefaces
packageSerializable 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
Use to make queries case-insensitive and pick an EntityManager
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