Uses of Class
com.flowlogix.jeedao.primefaces.JPALazyDataModel
Packages that use JPALazyDataModel
Package
Description
PrimeFaces JPA-backed
JPALazyDataModel.Internal classes and builders, Do not use.
-
Uses of JPALazyDataModel in com.flowlogix.jeedao.primefaces
Methods in com.flowlogix.jeedao.primefaces that return JPALazyDataModelModifier and TypeMethodDescriptionstatic <TT> JPALazyDataModel<TT> JPALazyDataModel.create(@NonNull JPALazyDataModel.BuilderFunction<TT> builder) Set up this particular instance of the data model with entity manager, class and key converter.JPALazyDataModel.initialize(@NonNull JPALazyDataModel.BuilderFunction<TT> builder) Initialize JPA Lazy Data model. -
Uses of JPALazyDataModel in com.flowlogix.jeedao.primefaces.internal
Methods in com.flowlogix.jeedao.primefaces.internal with parameters of type JPALazyDataModelModifier and TypeMethodDescriptionvoidJPAModelImpl.initializeData(int pageSize, JPALazyDataModel<TT> model, List<TT> data) internal method for initializing data after deserialization.