Package io.jmix.gridexportui.exporter.entitiesloader
package io.jmix.gridexportui.exporter.entitiesloader
-
ClassDescriptionBase class for the all entities loader which is used to export to other data formats such as excel or jsonThis interface should be implemented by any bean which loads all entities for json or excel export.Visitor is passed to
AllEntitiesLoader
to export loaded entityGives access to the all entities loader with current pagination strategy set in application.propertiesGridExportProperties.getExportAllPaginationStrategy()
This loader implements the keyset pagination strategy.This loader implements limit-offset pagination strategy.