Class SpringDataJpaLazyDataModel<T,ID,R extends JpaRepository<T,ID> & JpaSpecificationExecutor<T>>

java.lang.Object
jakarta.faces.model.DataModel<E>
jakarta.faces.model.ListDataModel<T>
org.primefaces.model.LazyDataModel<T>
org.joinfaces.primefaces.SpringDataLazyDataModel<T,ID,R>
org.joinfaces.primefaces.SpringDataJpaLazyDataModel<T,ID,R>
Type Parameters:
T - the domain type the repository manages
ID - the type of the id of the entity the repository manages
R - the type of the repository interface
All Implemented Interfaces:
Serializable, Iterable<T>, org.primefaces.model.SelectableDataModel<T>

public class SpringDataJpaLazyDataModel<T,ID,R extends JpaRepository<T,ID> & JpaSpecificationExecutor<T>> extends SpringDataLazyDataModel<T,ID,R>
Primefaces LazyDataModel implementation which wraps a Spring Data JPA Repository.
See Also: