| Package | Description | 
|---|---|
| org.axonframework.modelling.saga.repository.legacyjpa | 
| Modifier and Type | Method and Description | 
|---|---|
static JpaSagaStore.Builder | 
JpaSagaStore.builder()
Deprecated.  
Instantiate a Builder to be able to create a  
JpaSagaStore. | 
JpaSagaStore.Builder | 
JpaSagaStore.Builder.entityManagerProvider(EntityManagerProvider entityManagerProvider)
Sets the  
EntityManagerProvider which provides the EntityManager used to access the underlying
 database. | 
JpaSagaStore.Builder | 
JpaSagaStore.Builder.serializer(Serializer serializer)
Sets the  
Serializer used to de-/serialize a Saga instance. | 
| Constructor and Description | 
|---|
JpaSagaStore(JpaSagaStore.Builder builder)
Deprecated.  
Instantiate a  
JpaSagaStore based on the fields contained in the JpaSagaStore.Builder. | 
Copyright © 2010–2025. All rights reserved.