ITEM - Item type@FunctionalInterface public interface ItemSetLoader<ITEM> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Stream<ITEM> |
load(com.holonplatform.core.query.QueryConfigurationProvider configuration,
int offset,
int limit)
Load items according to given data source
configuration. |
Stream<ITEM> load(com.holonplatform.core.query.QueryConfigurationProvider configuration, int offset, int limit) throws com.holonplatform.core.exceptions.DataAccessException
configuration.configuration - Query configurationoffset - Starts the query results at given zero-based offsetlimit - Limit the fetched result set to given max valuecom.holonplatform.core.exceptions.DataAccessException - Error accessing underlying data storeCopyright © 2019 The Holon Platform. All rights reserved.