Interface MongoDbStateMachineRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<MongoDbRepositoryStateMachine,
,String> org.springframework.data.repository.Repository<MongoDbRepositoryStateMachine,
,String> StateMachineRepository<MongoDbRepositoryStateMachine>
public interface MongoDbStateMachineRepository
extends StateMachineRepository<MongoDbRepositoryStateMachine>
A
StateMachineRepository
interface for MongoDb used for states machines.-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll