Class JpaRepositoryStateMachinePersist<S,E>

java.lang.Object
org.springframework.statemachine.data.RepositoryStateMachinePersist<JpaRepositoryStateMachine,S,E>
org.springframework.statemachine.data.jpa.JpaRepositoryStateMachinePersist<S,E>
Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachinePersist<S,E,Object>

public class JpaRepositoryStateMachinePersist<S,E> extends RepositoryStateMachinePersist<JpaRepositoryStateMachine,S,E>
JPA based implementation of a RepositoryStateMachinePersist.
Author:
Janne Valkealahti