@Repository public class CustomAuditEventRepository extends Object implements org.springframework.boot.actuate.audit.AuditEventRepository
| Constructor and Description |
|---|
CustomAuditEventRepository(PersistenceAuditEventRepository persistenceAuditEventRepository,
AuditEventConverter auditEventConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.springframework.boot.actuate.audit.AuditEvent event) |
List<org.springframework.boot.actuate.audit.AuditEvent> |
find(String principal,
Instant after,
String type) |
public CustomAuditEventRepository(PersistenceAuditEventRepository persistenceAuditEventRepository, AuditEventConverter auditEventConverter)
public List<org.springframework.boot.actuate.audit.AuditEvent> find(String principal, Instant after, String type)
find in interface org.springframework.boot.actuate.audit.AuditEventRepository@Transactional(propagation=REQUIRES_NEW) public void add(org.springframework.boot.actuate.audit.AuditEvent event)
add in interface org.springframework.boot.actuate.audit.AuditEventRepositoryCopyright © 2019 Power TAC. All rights reserved.