Package | Description |
---|---|
org.axonframework.modelling.saga.repository.jpa |
Modifier and Type | Class and Description |
---|---|
class |
SagaEntry<T>
Java Persistence Entity allowing sagas to be stored in a relational database.
|
Modifier and Type | Method and Description |
---|---|
protected AbstractSagaEntry<?> |
JpaSagaStore.createSagaEntry(Object saga,
String sagaIdentifier,
Serializer serializer)
Intended for clients to override.
|
Copyright © 2010–2020. All rights reserved.