| Package | Description |
|---|---|
| com.ocs.dynamo.dao | |
| com.ocs.dynamo.service | |
| com.ocs.dynamo.ui.container.hierarchical |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
BaseDao.fetch(Filter filter,
FetchJoinInformation... joins)
Fetches entities that match the provided filter
|
List<T> |
BaseDao.fetch(Filter filter,
Pageable pageable,
FetchJoinInformation... joins)
Fetches entities that match the provided filter
|
List<T> |
BaseDao.fetch(Filter filter,
SortOrders orders,
FetchJoinInformation... joins)
Fetches entities that match the provided filter
|
T |
BaseDao.fetchById(ID id,
FetchJoinInformation... joins)
Fetches an entity (and its relations) based on its ID
|
List<T> |
BaseDao.fetchByIds(List<ID> ids,
SortOrders sortOrders,
FetchJoinInformation... joins)
Fetches the entities identified by the provided IDs
|
T |
BaseDao.fetchByUniqueProperty(String propertyName,
Object value,
boolean caseSensitive,
FetchJoinInformation... joins)
Fetches an entity based on a unique property
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
BaseService.fetch(Filter filter,
FetchJoinInformation... joins)
Fetches entities that match the provided filter
|
List<T> |
BaseService.fetch(Filter filter,
int pageNumber,
int pageSize,
FetchJoinInformation... joins)
Fetches a page of entities that match the provided filter
|
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 entities that match the provided filter
|
T |
BaseService.fetchById(ID id,
FetchJoinInformation... joins)
Fetches an entity (and its relations) based on its ID
|
List<T> |
BaseService.fetchByIds(List<ID> ids,
FetchJoinInformation... joins)
Fetches the entities identified by the provided IDs
|
List<T> |
BaseService.fetchByIds(List<ID> ids,
SortOrders sortOrders,
FetchJoinInformation... joins)
Fetches the entities identified by the provided IDs
|
T |
BaseService.fetchByUniqueProperty(String propertyName,
Object value,
boolean caseSensitive,
FetchJoinInformation... joins)
Fetches an entity based on a unique property
|
| Modifier and Type | Class and Description |
|---|---|
class |
HierarchicalFetchJoinInformation |
Copyright © 2017 Open Circle Solutions. All rights reserved.