Interface JaversCommitService
- All Known Implementing Classes:
JaversCommitServiceImpl
public interface JaversCommitService
-
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) org.javers.core.commit.CommitcommitWithExtraProperties(Object currentVersion, Map<String, String> commitProperties)
-
Method Details
-
commit
-
commitWithExtraProperties
-
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)
-