Interface MongoDbTransitionRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<MongoDbRepositoryTransition,
,Long> org.springframework.data.repository.Repository<MongoDbRepositoryTransition,
,Long> TransitionRepository<MongoDbRepositoryTransition>
public interface MongoDbTransitionRepository
extends TransitionRepository<MongoDbRepositoryTransition>
A
StateRepository
interface for MongoDb used for transitions.-
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.TransitionRepository
findByMachineId