| Package | Description | 
|---|---|
| org.axonframework.eventhandling.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–2018. All rights reserved.