Package | Description |
---|---|
org.axonframework.modelling.saga.repository.jpa |
Modifier and Type | Method and Description |
---|---|
static JpaSagaStore.Builder |
JpaSagaStore.builder()
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)
Instantiate a
JpaSagaStore based on the fields contained in the JpaSagaStore.Builder . |
Copyright © 2010–2018. All rights reserved.