| Package | Description |
|---|---|
| com.ocs.dynamo.envers.dao.impl | |
| com.ocs.dynamo.envers.domain | |
| com.ocs.dynamo.envers.ui |
| Modifier and Type | Method and Description |
|---|---|
List<RevisionKey<ID>> |
VersionedEntityDaoImpl.findIds(Filter filter,
SortOrder... sortOrders) |
| Modifier and Type | Method and Description |
|---|---|
U |
VersionedEntityDaoImpl.fetchById(RevisionKey<ID> id,
FetchJoinInformation... joins) |
| Modifier and Type | Method and Description |
|---|---|
List<U> |
VersionedEntityDaoImpl.fetchByIds(List<RevisionKey<ID>> ids,
SortOrders sortOrders,
FetchJoinInformation... joins) |
| Modifier and Type | Method and Description |
|---|---|
RevisionKey<ID> |
VersionedEntity.getId() |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionedEntity.setId(RevisionKey<ID> id) |
| Constructor and Description |
|---|
ViewRevisionDialog(BaseService<RevisionKey<ID>,U> service,
EntityModel<U> entityModel,
ID id)
Constructor
|
Copyright © 2019 Open Circle Solutions. All rights reserved.