| Package | Description |
|---|---|
| org.seedstack.business.finder |
Provides classes for CQRS-style queries.
|
| Modifier and Type | Method and Description |
|---|---|
Result<Item> |
RangeFinder.find(Range range,
Criteria criteria)
Find items according a range and a criteria.
|
static <Item> Result<Item> |
Result.rangeResult(List<Item> result,
long offset,
long fullRequestSize)
Creates a new Result.
|
Copyright © 2013-2016–2017 SeedStack. All rights reserved.