Uses of Interface
com.flowlogix.jeedao.primefaces.JPALazyDataModel.BuilderFunction
Packages that use JPALazyDataModel.BuilderFunction
Package
Description
PrimeFaces JPA-backed
JPALazyDataModelInternal classes and builders, Do not use.
-
Uses of JPALazyDataModel.BuilderFunction in com.flowlogix.jeedao.primefaces
Methods in com.flowlogix.jeedao.primefaces with parameters of type JPALazyDataModel.BuilderFunctionModifier 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. -
Uses of JPALazyDataModel.BuilderFunction in com.flowlogix.jeedao.primefaces.internal
Methods in com.flowlogix.jeedao.primefaces.internal that return JPALazyDataModel.BuilderFunctionModifier and TypeMethodDescriptionJPAModelImpl.BuilderInitializer.builder()Constructors in com.flowlogix.jeedao.primefaces.internal with parameters of type JPALazyDataModel.BuilderFunctionModifierConstructorDescriptionBuilderInitializer(@NonNull JPALazyDataModel.BuilderFunction<TT> builder, com.flowlogix.jeedao.primefaces.JPALazyDataModel.PartialBuilderConsumer<TT> partialBuilder)