public abstract class AbstractCrudServiceEnvers extends AbstractCrudService implements Auditing
CrudReadService.SORTORDERDEFAULT_PAGE_SIZE, EDITORROLE| Constructor and Description |
|---|
AbstractCrudServiceEnvers() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getRevision(Number n,
Class<T> type)
get historical data for a certain revision
|
<T> List<RevInfo<T>> |
getRevisionInfo(Serializable id,
Integer max,
Class<T> type)
return a list holding revision information, newest come first
|
<T> List<Number> |
getRevisionNumbers(Serializable id,
Class<T> type)
return list of revision numbers, first is the oldest
|
batchDelete, batchSave, count, countDynamic, create, delete, find, find, findAll, findDynamic, findNative, findOne, getDefaultPageSize, save, setJpqlBuilder, stream, streamAll, streamDynamic, streamNative, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, countDynamic, find, find, findAll, findDynamic, findNative, findOne, getDefaultPageSize, stream, streamAll, streamDynamic, streamNativegetEntityManagerpublic <T> T getRevision(Number n, Class<T> type)
AuditinggetRevision in interface Auditingpublic <T> List<RevInfo<T>> getRevisionInfo(Serializable id, Integer max, Class<T> type)
AuditinggetRevisionInfo in interface Auditingmax - the maximum to number of results to return, defaults to 5public <T> List<Number> getRevisionNumbers(Serializable id, Class<T> type)
AuditinggetRevisionNumbers in interface AuditingCopyright © 2018–2019 Fryske Akademy. All rights reserved.