Class Hierarchy
- java.lang.Object
- org.springframework.statemachine.config.model.AbstractStateMachineModelFactory<S,E> (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.ResourceLoaderAware, org.springframework.statemachine.config.model.StateMachineComponentResolver<S,E>, org.springframework.statemachine.config.model.StateMachineModelFactory<S,E>)
- org.springframework.statemachine.data.BaseRepositoryEntity
- org.springframework.statemachine.data.RepositoryStateMachinePersist<M,S,E> (implements org.springframework.statemachine.StateMachinePersist<S,E,T>)
Interface Hierarchy
- org.springframework.data.repository.Repository<T,ID>
- org.springframework.data.repository.CrudRepository<T,ID>