Class Hierarchy
- java.lang.Object
- org.springframework.statemachine.data.BaseRepositoryEntity
- org.springframework.statemachine.data.RepositoryAction
- org.springframework.statemachine.data.jpa.JpaRepositoryAction
- org.springframework.statemachine.data.RepositoryGuard
- org.springframework.statemachine.data.jpa.JpaRepositoryGuard
- org.springframework.statemachine.data.RepositoryState
- org.springframework.statemachine.data.jpa.JpaRepositoryState
- org.springframework.statemachine.data.RepositoryStateMachine
- org.springframework.statemachine.data.jpa.JpaRepositoryStateMachine
- org.springframework.statemachine.data.RepositoryTransition
- org.springframework.statemachine.data.jpa.JpaRepositoryTransition
- org.springframework.statemachine.data.RepositoryAction
- org.springframework.statemachine.data.RepositoryStateMachinePersist<M,
S, E> (implements org.springframework.statemachine.StateMachinePersist<S, E, T>) - org.springframework.statemachine.data.jpa.JpaRepositoryStateMachinePersist<S,
E>
- org.springframework.statemachine.data.jpa.JpaRepositoryStateMachinePersist<S,
- org.springframework.statemachine.support.StateMachineInterceptorAdapter<S,
E> (implements org.springframework.statemachine.support.StateMachineInterceptor<S, E>) - org.springframework.statemachine.persist.AbstractPersistingStateMachineInterceptor<S,
E, T> (implements org.springframework.statemachine.StateMachinePersist<S, E, T>) - org.springframework.statemachine.data.jpa.JpaPersistingStateMachineInterceptor<S,
E, T> (implements org.springframework.statemachine.persist.StateMachineRuntimePersister<S, E, T>)
- org.springframework.statemachine.data.jpa.JpaPersistingStateMachineInterceptor<S,
- org.springframework.statemachine.persist.AbstractPersistingStateMachineInterceptor<S,
- org.springframework.statemachine.data.BaseRepositoryEntity
Interface Hierarchy
- org.springframework.data.repository.Repository<T,
ID> - org.springframework.data.repository.CrudRepository<T,
ID> - org.springframework.statemachine.data.ActionRepository<T>
- org.springframework.statemachine.data.jpa.JpaActionRepository
- org.springframework.statemachine.data.GuardRepository<T>
- org.springframework.statemachine.data.jpa.JpaGuardRepository
- org.springframework.statemachine.data.StateMachineRepository<M>
- org.springframework.statemachine.data.jpa.JpaStateMachineRepository
- org.springframework.statemachine.data.StateRepository<S>
- org.springframework.statemachine.data.jpa.JpaStateRepository
- org.springframework.statemachine.data.TransitionRepository<T>
- org.springframework.statemachine.data.jpa.JpaTransitionRepository
- org.springframework.statemachine.data.ActionRepository<T>
- org.springframework.data.repository.CrudRepository<T,