Package org.javers.spring.annotation
-
Annotation Types Summary Annotation Type Description JaversAuditable Enables auto-audit when put on a method (typically on a method in a Repository)
TriggersJavers.commit(String, Object)for each method argument.JaversAuditableAsync INCUBATING - Javers Async API has incubating status.
Enables asynchronous auto-audit aspect when put on a method (typically in a Repository).JaversAuditableDelete Enables auto-audit when put on a deleting method (typically on a Repository method)
TriggersJavers.commitShallowDelete(java.lang.String, java.lang.Object)for each method argument.JaversSpringDataAuditable Enables Javers auto-audit aspect when put on Spring DataCrudRepository