Class Hierarchy
- java.lang.Object
- org.springframework.statemachine.persist.AbstractStateMachinePersister<S,
E, T> (implements org.springframework.statemachine.persist.StateMachinePersister<S, E, T>) - org.springframework.statemachine.data.redis.RedisStateMachinePersister<S,
E>
- org.springframework.statemachine.data.redis.RedisStateMachinePersister<S,
- org.springframework.statemachine.data.BaseRepositoryEntity
- org.springframework.statemachine.data.RepositoryAction
- org.springframework.statemachine.data.redis.RedisRepositoryAction
- org.springframework.statemachine.data.RepositoryGuard
- org.springframework.statemachine.data.redis.RedisRepositoryGuard
- org.springframework.statemachine.data.RepositoryState
- org.springframework.statemachine.data.redis.RedisRepositoryState
- org.springframework.statemachine.data.RepositoryStateMachine
- org.springframework.statemachine.data.redis.RedisRepositoryStateMachine
- org.springframework.statemachine.data.RepositoryTransition
- org.springframework.statemachine.data.redis.RedisRepositoryTransition
- org.springframework.statemachine.data.RepositoryAction
- org.springframework.statemachine.data.redis.RedisStateMachineContextRepository<S,
E> (implements org.springframework.statemachine.StateMachineContextRepository<S, E, T>) - org.springframework.statemachine.data.RepositoryStateMachinePersist<M,
S, E> (implements org.springframework.statemachine.StateMachinePersist<S, E, T>) - org.springframework.statemachine.data.redis.RedisRepositoryStateMachinePersist<S,
E>
- org.springframework.statemachine.data.redis.RedisRepositoryStateMachinePersist<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.redis.RedisPersistingStateMachineInterceptor<S,
E, T> (implements org.springframework.statemachine.persist.StateMachineRuntimePersister<S, E, T>)
- org.springframework.statemachine.data.redis.RedisPersistingStateMachineInterceptor<S,
- org.springframework.statemachine.persist.AbstractPersistingStateMachineInterceptor<S,
- org.springframework.statemachine.persist.AbstractStateMachinePersister<S,
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.redis.RedisActionRepository
- org.springframework.statemachine.data.GuardRepository<T>
- org.springframework.statemachine.data.redis.RedisGuardRepository
- org.springframework.statemachine.data.StateMachineRepository<M>
- org.springframework.statemachine.data.redis.RedisStateMachineRepository
- org.springframework.statemachine.data.StateRepository<S>
- org.springframework.statemachine.data.redis.RedisStateRepository
- org.springframework.statemachine.data.TransitionRepository<T>
- org.springframework.statemachine.data.redis.RedisTransitionRepository
- org.springframework.statemachine.data.ActionRepository<T>
- org.springframework.data.repository.CrudRepository<T,