Class RepositoryStateMachinePersist<M extends RepositoryStateMachine,S,E>

java.lang.Object
org.springframework.statemachine.data.RepositoryStateMachinePersist<M,S,E>
Type Parameters:
S - the type of state
E - the type of event
M - the type of entity
All Implemented Interfaces:
StateMachinePersist<S,E,Object>
Direct Known Subclasses:
JpaRepositoryStateMachinePersist, MongoDbRepositoryStateMachinePersist, RedisRepositoryStateMachinePersist

public abstract class RepositoryStateMachinePersist<M extends RepositoryStateMachine,S,E> extends Object implements StateMachinePersist<S,E,Object>
Base implementation of a StateMachinePersist using Spring Data Repositories.
Author:
Janne Valkealahti