Interface StateMachineRepository<M extends RepositoryStateMachine>

All Superinterfaces:
org.springframework.data.repository.CrudRepository<M,String>, org.springframework.data.repository.Repository<M,String>
All Known Subinterfaces:
JpaStateMachineRepository, MongoDbStateMachineRepository, RedisStateMachineRepository

@NoRepositoryBean public interface StateMachineRepository<M extends RepositoryStateMachine> extends org.springframework.data.repository.CrudRepository<M,String>
Generic Repository interface for states machines.
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