Interface JaversCommitService

All Known Implementing Classes:
JaversCommitServiceImpl

public interface JaversCommitService
  • Method Details

    • commit

      org.javers.core.commit.Commit commit(Object currentVersion)
    • commitWithExtraProperties

      org.javers.core.commit.Commit commitWithExtraProperties(Object currentVersion, Map<String,String> commitProperties)
    • commitAsync

      CompletableFuture<org.javers.core.commit.Commit> commitAsync(Object currentVersion, Executor executor)
    • commitShallowDelete

      org.javers.core.commit.Commit commitShallowDelete(Object deleted)
    • commitShallowDeleteById

      org.javers.core.commit.Commit commitShallowDeleteById(org.javers.repository.jql.GlobalIdDTO globalId)