Package org.springframework.statemachine.data
package org.springframework.statemachine.data
-
ClassDescriptionActionRepository<T extends RepositoryAction>Generic
Repository
interface for actions.Generic base class for all entity classes.GuardRepository<T extends RepositoryGuard>GenericRepository
interface 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 genericStateMachineModelFactory
which is backed by a Spring Data Repository abstraction.Base implementation of aStateMachinePersist
using Spring Data Repositories.Generic base class representing transition entity.StateMachineRepository<M extends RepositoryStateMachine>GenericRepository
interface for states machines.StateRepository<S extends RepositoryState>GenericRepository
interface for states.TransitionRepository<T extends RepositoryTransition>GenericRepository
interface for transitions.