-
- All Implemented Interfaces:
public interface AuditLogRepository
-
-
Method Summary
Modifier and Type Method Description abstract AuditLogDaocreate(AuditLog auditLog)abstract SizedIterable<AuditLogDao>findByTableAndId(String tableName, Long entityId, OffsetPageable offsetPageable)abstract AuditLogTablegetTable()abstract AuditLogDao.CompaniongetDao()-
-
Method Detail
-
create
abstract AuditLogDao create(AuditLog auditLog)
-
findByTableAndId
abstract SizedIterable<AuditLogDao> findByTableAndId(String tableName, Long entityId, OffsetPageable offsetPageable)
-
getTable
abstract AuditLogTable getTable()
-
getDao
abstract AuditLogDao.Companion getDao()
-
-
-
-