handle
public void handle(org.springframework.data.repository.core.RepositoryMetadata repositoryMetadata,
java.lang.Object domainObject)
Creates a new audit log entry for the given domainObject. The handler is executed after
the live data was created, updated or deleted by calling the corresponding method (save
or delete) on the spring data repository implementation of the given domainObject.
- Parameters:
repositoryMetadata - the metadata of the spring data repository
domainObject - the domain object