ID - the type of the ID of the base entityT - the type of the base entityU - the type of the versioned entitypublic interface VersionedEntityDao<ID,T extends AbstractEntity<ID>,U extends VersionedEntity<ID,T>> extends BaseDao<RevisionKey<ID>,U>
| Modifier and Type | Method and Description |
|---|---|
Number |
findRevisionNumber(LocalDateTime ldt)
Finds the revision number corresponding to a certain date
|
List<U> |
findRevisions(ID id)
Returns a list of revisions for an entity
|
count, count, delete, delete, fetch, fetch, fetch, fetchById, fetchByIds, fetchByUniqueProperty, find, find, findAll, findAll, findById, findByUniqueProperty, findDistinct, findDistinctInCollectionTable, findIds, flushAndClear, getEntityClass, save, saveList<U> findRevisions(ID id)
id - the ID of the original entityNumber findRevisionNumber(LocalDateTime ldt)
ldt - the dateCopyright © 2019 Open Circle Solutions. All rights reserved.