public interface AuditChangeHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handle(org.springframework.data.repository.core.RepositoryMetadata repositoryMetadata,
java.lang.Object domainObject)
Creates a new audit log entry for the given domainObject.
|
void handle(org.springframework.data.repository.core.RepositoryMetadata repositoryMetadata,
java.lang.Object domainObject)
repositoryMetadata - the metadata of the spring data repositorydomainObject - the domain object