Interface MongoDbStateRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<MongoDbRepositoryState,Long>, org.springframework.data.repository.Repository<MongoDbRepositoryState,Long>, StateRepository<MongoDbRepositoryState>

public interface MongoDbStateRepository extends StateRepository<MongoDbRepositoryState>
A StateRepository interface for MongoDb used for states.
Author:
Janne Valkealahti
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll

    Methods inherited from interface org.springframework.statemachine.data.StateRepository

    findByMachineId