Uses of Class
org.axonframework.modelling.saga.repository.jpa.JpaSagaStore.Builder
Packages that use JpaSagaStore.Builder
-
Uses of JpaSagaStore.Builder in org.axonframework.modelling.saga.repository.jpa
Methods in org.axonframework.modelling.saga.repository.jpa that return JpaSagaStore.BuilderModifier and TypeMethodDescriptionstatic JpaSagaStore.BuilderJpaSagaStore.builder()Instantiate a Builder to be able to create aJpaSagaStore.JpaSagaStore.Builder.entityManagerProvider(EntityManagerProvider entityManagerProvider) Sets theEntityManagerProviderwhich provides theEntityManagerused to access the underlying database.JpaSagaStore.Builder.serializer(Serializer serializer) Sets theSerializerused to de-/serialize a Saga instance.Constructors in org.axonframework.modelling.saga.repository.jpa with parameters of type JpaSagaStore.BuilderModifierConstructorDescriptionprotectedJpaSagaStore(JpaSagaStore.Builder builder) Instantiate aJpaSagaStorebased on the fields contained in theJpaSagaStore.Builder.