Interface JpaStateMachineRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<JpaRepositoryStateMachine,String>, org.springframework.data.repository.Repository<JpaRepositoryStateMachine,String>, StateMachineRepository<JpaRepositoryStateMachine>

public interface JpaStateMachineRepository extends StateMachineRepository<JpaRepositoryStateMachine>
JPA entity for state machine. A StateMachineRepository interface for JPA 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