Interface JpaTransitionRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<JpaRepositoryTransition,
,Long> org.springframework.data.repository.Repository<JpaRepositoryTransition,
,Long> TransitionRepository<JpaRepositoryTransition>
A
StateRepository
interface for JPA 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