Uses of Package
org.axonframework.modelling.saga.repository
Packages that use org.axonframework.modelling.saga.repository
Package
Description
-
Classes in org.axonframework.modelling.saga.repository used by org.axonframework.configClassDescriptionProvides a mechanism to find, load update and delete sagas of type
Tfrom an underlying storage like a database. -
Classes in org.axonframework.modelling.saga.repository used by org.axonframework.modelling.saga.repositoryClassDescription
SagaRepositoryimplementation extending from theLockingSagaRepositorydealing with annotated Sagas.Builder class to instantiate aAnnotatedSagaRepository.Saga Repository implementation that adds caching behavior to the repository it wraps.Builder class to instantiate aCachingSagaStore.Abstract implementation of a saga repository that locks access to a saga while the saga is being operated on.Abstract Builder class to instantiateLockingSagaRepositoryimplementations.ResourceInjector that does not inject anything.Provides a mechanism to find, load update and delete sagas of typeTfrom an underlying storage like a database.Interface describing a Saga entry fetched from a SagaStore. -
Classes in org.axonframework.modelling.saga.repository used by org.axonframework.modelling.saga.repository.inmemoryClassDescriptionProvides a mechanism to find, load update and delete sagas of type
Tfrom an underlying storage like a database.Interface describing a Saga entry fetched from a SagaStore. -
Classes in org.axonframework.modelling.saga.repository used by org.axonframework.modelling.saga.repository.jdbcClassDescriptionProvides a mechanism to find, load update and delete sagas of type
Tfrom an underlying storage like a database.Interface describing a Saga entry fetched from a SagaStore. -
Classes in org.axonframework.modelling.saga.repository used by org.axonframework.modelling.saga.repository.jpaClassDescriptionProvides a mechanism to find, load update and delete sagas of type
Tfrom an underlying storage like a database.Interface describing a Saga entry fetched from a SagaStore. -
Classes in org.axonframework.modelling.saga.repository used by org.axonframework.modelling.saga.repository.legacyjpaClassDescriptionProvides a mechanism to find, load update and delete sagas of type
Tfrom an underlying storage like a database.Interface describing a Saga entry fetched from a SagaStore.