Uses of Class
org.axonframework.modelling.saga.repository.jdbc.SagaSchema
Packages that use SagaSchema
-
Uses of SagaSchema in org.axonframework.modelling.saga.repository.jdbc
Fields in org.axonframework.modelling.saga.repository.jdbc declared as SagaSchemaMethods in org.axonframework.modelling.saga.repository.jdbc that return SagaSchemaModifier and TypeMethodDescriptionSagaSchema.Builder.build()Builds a newSagaSchemafrom builder values.GenericSagaSqlSchema.sagaSchema()Returns theSagaSchemaused to configure this sql saga schema.Constructors in org.axonframework.modelling.saga.repository.jdbc with parameters of type SagaSchemaModifierConstructorDescriptionGenericSagaSqlSchema(SagaSchema sagaSchema) Initialize a GenericSagaSqlSchema.Oracle11SagaSqlSchema(SagaSchema sagaSchema) Initialize a Oracle11SagaSqlSchema using the givensagaSchema.PostgresSagaSqlSchema(SagaSchema sagaSchema) Initialize a PostgresSagaSqlSchema using the givensagaSchema.