Package org.springframework.statemachine.data
package org.springframework.statemachine.data
-
ClassDescriptionActionRepository<T extends RepositoryAction>Generic
Repositoryinterface for actions.Generic base class for all entity classes.GuardRepository<T extends RepositoryGuard>GenericRepositoryinterface for guards.Generic base class representing action entity.Generic base class representing guard entity.Generic base class representing state entity.Generic base class representing state machine entity.A genericStateMachineModelFactorywhich is backed by a Spring Data Repository abstraction.Base implementation of aStateMachinePersistusing Spring Data Repositories.Generic base class representing transition entity.StateMachineRepository<M extends RepositoryStateMachine>GenericRepositoryinterface for states machines.StateRepository<S extends RepositoryState>GenericRepositoryinterface for states.TransitionRepository<T extends RepositoryTransition>GenericRepositoryinterface for transitions.