Interface JpaTransitionRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<JpaRepositoryTransition,Long>, org.springframework.data.repository.Repository<JpaRepositoryTransition,Long>, TransitionRepository<JpaRepositoryTransition>

public interface JpaTransitionRepository extends TransitionRepository<JpaRepositoryTransition>
A StateRepository interface for JPA used for transitions.
Author:
Janne Valkealahti
  • 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