Class KeysetAllEntitiesLoader

java.lang.Object
io.jmix.gridexportflowui.exporter.entitiesloader.AbstractAllEntitiesLoader
io.jmix.gridexportflowui.exporter.entitiesloader.KeysetAllEntitiesLoader
All Implemented Interfaces:
AllEntitiesLoader

@Component public class KeysetAllEntitiesLoader extends AbstractAllEntitiesLoader
This loader implements the keyset pagination strategy. Entities retrieval is based on sorting by primary key. The next page starts after the last entity on the previous page.