| Package | Description |
|---|---|
| org.seedstack.business.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 |
|---|---|
protected abstract List<T> |
BaseRangeFinder.computeResultList(Range range,
C criteria)
Returns a sub list of items corresponding to the required range and criteria.
|
Result<T> |
BaseRangeFinder.find(Range range,
C criteria) |
Result<Item> |
RangeFinder.find(Range range,
Criteria criteria)
Find items according a range and a criteria.
|
Copyright © 2013-2016–2016 SeedStack. All rights reserved.