Uses of Interface
org.axonframework.modelling.saga.AssociationValues
Packages that use AssociationValues
Package
Description
-
Uses of AssociationValues in org.axonframework.modelling.saga
Classes in org.axonframework.modelling.saga that implement AssociationValuesModifier and TypeClassDescriptionclassDefault implementation of the AssociationValues interface.Methods in org.axonframework.modelling.saga that return AssociationValuesModifier and TypeMethodDescriptionAnnotatedSaga.getAssociationValues()Saga.getAssociationValues()Returns a view on the Association Values for this saga instance.protected abstract AssociationValuesSagaLifecycle.getAssociationValues()SagaLifecycleinstance method to retrieve theAssociationValuesof the currently active Saga. -
Uses of AssociationValues in org.axonframework.modelling.saga.repository
Methods in org.axonframework.modelling.saga.repository with parameters of type AssociationValuesModifier and TypeMethodDescriptionvoidCachingSagaStore.updateSaga(Class<? extends T> sagaType, String sagaIdentifier, T saga, AssociationValues associationValues) voidSagaStore.updateSaga(Class<? extends T> sagaType, String sagaIdentifier, T saga, AssociationValues associationValues) Updates a given Saga after its state was modified. -
Uses of AssociationValues in org.axonframework.modelling.saga.repository.inmemory
Methods in org.axonframework.modelling.saga.repository.inmemory with parameters of type AssociationValuesModifier and TypeMethodDescriptionvoidInMemorySagaStore.updateSaga(Class<?> sagaType, String sagaIdentifier, Object saga, AssociationValues associationValues) -
Uses of AssociationValues in org.axonframework.modelling.saga.repository.jdbc
Methods in org.axonframework.modelling.saga.repository.jdbc with parameters of type AssociationValuesModifier and TypeMethodDescriptionvoidJdbcSagaStore.updateSaga(Class<?> sagaType, String sagaIdentifier, Object saga, AssociationValues associationValues) -
Uses of AssociationValues in org.axonframework.modelling.saga.repository.jpa
Methods in org.axonframework.modelling.saga.repository.jpa with parameters of type AssociationValuesModifier and TypeMethodDescriptionvoidJpaSagaStore.updateSaga(Class<?> sagaType, String sagaIdentifier, Object saga, AssociationValues associationValues) -
Uses of AssociationValues in org.axonframework.modelling.saga.repository.legacyjpa
Methods in org.axonframework.modelling.saga.repository.legacyjpa with parameters of type AssociationValuesModifier and TypeMethodDescriptionvoidJpaSagaStore.updateSaga(Class<?> sagaType, String sagaIdentifier, Object saga, AssociationValues associationValues) Deprecated.