public class HibernateAuditRecordDao extends HibernateObjectDao implements AuditRecordDao
HibernateObjectDao.Cacheability| Constructor and Description |
|---|
HibernateAuditRecordDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanOldRecords(Instant before) |
Class |
getPersistentClass()
Gets the type of
EntityObject this Dao works with. |
PageResponse<AuditRecordEntity> |
getRecords(LimitedRequest request,
Instant startDate,
Instant endDate,
boolean includeSysAdmin,
String searchString) |
void |
storeRecord(AuditRecordEntity auditRecordEntity) |
applyTransactionTimeout, applyTransactionTimeout, checkDaoConfig, createHibernateTemplate, findAll, findAllSorted, findAllSorted, findByClassIds, findByClassIdsFiltered, findNamedQuery, findNamedQuery, findNamedQuery, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParam, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findNamedQueryStringParams, findSingleObject, getByClassId, getCountResult, getHibernateTemplate, getSession, getSessionFactory, index, indexEntity, refresh, refreshEntity, reIndex, reIndexEntity, remove, removeEntity, replicate, replicateEntity, save, saveEntity, saveRaw, saveRawEntity, setHibernateTemplate, setIndexer, setSessionFactory, unIndex, unIndexEntity, uniqueResult, updateEntityModificationData, updateModificationDatapublic void storeRecord(AuditRecordEntity auditRecordEntity)
storeRecord in interface AuditRecordDaopublic PageResponse<AuditRecordEntity> getRecords(LimitedRequest request, Instant startDate, Instant endDate, boolean includeSysAdmin, String searchString)
getRecords in interface AuditRecordDaopublic void cleanOldRecords(Instant before)
cleanOldRecords in interface AuditRecordDaopublic Class getPersistentClass()
ObjectDaoInternalEntityObject this Dao works with.getPersistentClass in interface ObjectDaogetPersistentClass in interface ObjectDaoInternalCopyright © 2003–2020 Atlassian. All rights reserved.