Interface JpaStateRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<JpaRepositoryState,
,Long> org.springframework.data.repository.Repository<JpaRepositoryState,
,Long> StateRepository<JpaRepositoryState>
A
StateRepository
interface for JPA used for states.-
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