Hierarchy For Package org.springframework.statemachine.data.mongodb
Package Hierarchies:Class Hierarchy
- java.lang.Object
- org.springframework.statemachine.data.BaseRepositoryEntity
- org.springframework.statemachine.data.RepositoryAction
- org.springframework.statemachine.data.mongodb.MongoDbRepositoryAction
- org.springframework.statemachine.data.RepositoryGuard
- org.springframework.statemachine.data.mongodb.MongoDbRepositoryGuard
- org.springframework.statemachine.data.RepositoryState
- org.springframework.statemachine.data.mongodb.MongoDbRepositoryState
- org.springframework.statemachine.data.RepositoryStateMachine
- org.springframework.statemachine.data.mongodb.MongoDbRepositoryStateMachine
- org.springframework.statemachine.data.RepositoryTransition
- org.springframework.statemachine.data.mongodb.MongoDbRepositoryTransition
- 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.mongodb.MongoDbRepositoryStateMachinePersist<S,
E>
- org.springframework.statemachine.data.mongodb.MongoDbRepositoryStateMachinePersist<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.mongodb.MongoDbPersistingStateMachineInterceptor<S,
E, T> (implements org.springframework.statemachine.persist.StateMachineRuntimePersister<S, E, T>)
- org.springframework.statemachine.data.mongodb.MongoDbPersistingStateMachineInterceptor<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.mongodb.MongoDbActionRepository
- org.springframework.statemachine.data.GuardRepository<T>
- org.springframework.statemachine.data.mongodb.MongoDbGuardRepository
- org.springframework.statemachine.data.StateMachineRepository<M>
- org.springframework.statemachine.data.mongodb.MongoDbStateMachineRepository
- org.springframework.statemachine.data.StateRepository<S>
- org.springframework.statemachine.data.mongodb.MongoDbStateRepository
- org.springframework.statemachine.data.TransitionRepository<T>
- org.springframework.statemachine.data.mongodb.MongoDbTransitionRepository
- org.springframework.statemachine.data.ActionRepository<T>
- org.springframework.data.repository.CrudRepository<T,