Uses of Class
com.flowlogix.jeedao.primefaces.JPALazyDataModel
Packages that use JPALazyDataModel
-
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 converterJPALazyDataModel.initialize
(@NonNull JPALazyDataModel.BuilderFunction<TT> builder) Initialize JPA Lazy Data model.