Interface JPALazyDataModel.BuilderFunction<TT>

Type Parameters:
TT - Entity Type
All Superinterfaces:
Function<com.flowlogix.jeedao.primefaces.internal.JPAModelImpl.JPAModelImplBuilder<TT>,com.flowlogix.jeedao.primefaces.internal.JPAModelImpl<TT>>, Serializable
Enclosing class:
JPALazyDataModel<TT>

public static interface JPALazyDataModel.BuilderFunction<TT> extends Function<com.flowlogix.jeedao.primefaces.internal.JPAModelImpl.JPAModelImplBuilder<TT>,com.flowlogix.jeedao.primefaces.internal.JPAModelImpl<TT>>, Serializable
Serializable builder lambda to easily facilitate creation of JPALazyDataModel
Author:
lprimak