-
- All Implemented Interfaces:
-
edu.wgu.osmt.auditlog.AuditLogRepository
@Repository()@Transactional() public final class AuditLogRepositoryImpl implements AuditLogRepository
-
-
Field Summary
Fields Modifier and Type Field Description private final AuditLogTabletableprivate final AuditLogDao.Companiondao
-
Constructor Summary
Constructors Constructor Description AuditLogRepositoryImpl(AppConfig appConfig)
-
Method Summary
Modifier and Type Method Description AuditLogTablegetTable()AuditLogDao.CompaniongetDao()AuditLogDaocreate(AuditLog auditLog)SizedIterable<AuditLogDao>findByTableAndId(String tableName, Long entityId, OffsetPageable offsetPageable)-
-
Constructor Detail
-
AuditLogRepositoryImpl
AuditLogRepositoryImpl(AppConfig appConfig)
-
-
Method Detail
-
getTable
AuditLogTable getTable()
-
getDao
AuditLogDao.Companion getDao()
-
create
AuditLogDao create(AuditLog auditLog)
-
findByTableAndId
SizedIterable<AuditLogDao> findByTableAndId(String tableName, Long entityId, OffsetPageable offsetPageable)
-
-
-
-