Interface JaversService
- All Known Implementing Classes:
JaversServiceImpl
public interface JaversService
-
Method Summary
Modifier and TypeMethodDescriptionorg.javers.core.commit.CommitCompletableFuture<org.javers.core.commit.Commit> commitAsync(Object currentVersion, Executor executor) org.javers.core.commit.CommitcommitShallowDelete(Object deleted) org.javers.core.commit.CommitcommitShallowDeleteById(org.javers.repository.jql.GlobalIdDTO globalId)
-
Method Details
-
commit
-
commitAsync
CompletableFuture<org.javers.core.commit.Commit> commitAsync(Object currentVersion, Executor executor) -
commitShallowDelete
-
commitShallowDeleteById
org.javers.core.commit.Commit commitShallowDeleteById(org.javers.repository.jql.GlobalIdDTO globalId)
-