| Package | Description |
|---|---|
| com.ocs.dynamo.dao | |
| com.ocs.dynamo.service |
| Modifier and Type | Method and Description |
|---|---|
SortOrders |
SortOrders.addSortOrder(SortOrder order)
Adds a sort order
|
SortOrders |
PageableImpl.getSortOrders() |
SortOrders |
Pageable.getSortOrders() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
BaseDao.fetch(Filter filter,
SortOrders orders,
FetchJoinInformation... joins)
Fetches entities that match the provided filter
|
List<T> |
BaseDao.fetchByIds(List<ID> ids,
SortOrders sortOrders,
FetchJoinInformation... joins)
Fetches the entities identified by the provided IDs
|
| Constructor and Description |
|---|
PageableImpl(int pageNumber,
int pageSize,
SortOrders sortOrders)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
BaseService.fetch(Filter filter,
int pageNumber,
int pageSize,
SortOrders sortOrders,
FetchJoinInformation... joins)
Fetches a page of entities that match the provided filter
|
List<T> |
BaseService.fetch(Filter filter,
SortOrders orders,
FetchJoinInformation... joins)
Fetches a list of entities that match the provided filter
|
List<T> |
BaseService.fetchByIds(List<ID> ids,
SortOrders sortOrders,
FetchJoinInformation... joins)
Fetches the entities identified by the provided IDs
|
Copyright © 2019 Open Circle Solutions. All rights reserved.