| Package | Description |
|---|---|
| org.seedstack.business.api.interfaces.finder |
Provides classes for CQRS-style queries.
|
| Modifier and Type | Method and Description |
|---|---|
static Range |
Range.rangeFromChunkInfo(long chunkOffset,
long chunkSize)
The range from the chunk info.
|
static Range |
Range.rangeFromPageInfo(long pageIndex,
long pageSize)
The range from the page info.
|
| Modifier and Type | Method and Description |
|---|---|
Result<Item> |
RangeFinder.find(Range range,
Criteria criteria)
Find items according a range and a criteria.
|
Copyright © 2013-2015–2015. All rights reserved.