Currently we need to provide the entire entity to mark it as deleted in javers when using JaversAuditableDelete, would be nice to be able provide only id(s) for that. Probably same way as its done in JaversSpringDataAuditableRepositoryAspect
@JaversAuditableDelete void deleteById(id)
The text was updated successfully, but these errors were encountered:
Currently we need to provide the entire entity to mark it as deleted in javers when using JaversAuditableDelete, would be nice to be able provide only id(s) for that. Probably same way as its done in JaversSpringDataAuditableRepositoryAspect
@JaversAuditableDelete void deleteById(id)
The text was updated successfully, but these errors were encountered: