@Transactional public interface AuditRecordRepository extends org.springframework.data.repository.PagingAndSortingRepository<AuditRecord,Long>
AuditRecord
class.Modifier and Type | Method and Description |
---|---|
List<AuditRecord> |
findAll() |
org.springframework.data.domain.Page<AuditRecord> |
findByAuditActionIn(AuditActionType[] actions,
org.springframework.data.domain.Pageable page) |
org.springframework.data.domain.Page<AuditRecord> |
findByAuditOperationIn(AuditOperationType[] operations,
org.springframework.data.domain.Pageable pageable) |
org.springframework.data.domain.Page<AuditRecord> |
findByAuditOperationInAndAuditActionIn(AuditOperationType[] operations,
AuditActionType[] actions,
org.springframework.data.domain.Pageable pageable) |
<S extends AuditRecord> |
save(S s) |
<S extends AuditRecord> S save(S s)
save
in interface org.springframework.data.repository.CrudRepository<AuditRecord,Long>
List<AuditRecord> findAll()
findAll
in interface org.springframework.data.repository.CrudRepository<AuditRecord,Long>
org.springframework.data.domain.Page<AuditRecord> findByAuditActionIn(AuditActionType[] actions, org.springframework.data.domain.Pageable page)
org.springframework.data.domain.Page<AuditRecord> findByAuditOperationIn(AuditOperationType[] operations, org.springframework.data.domain.Pageable pageable)
org.springframework.data.domain.Page<AuditRecord> findByAuditOperationInAndAuditActionIn(AuditOperationType[] operations, AuditActionType[] actions, org.springframework.data.domain.Pageable pageable)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.