Uses of Class
org.axonframework.modelling.saga.repository.jdbc.SagaSchema.Builder
Packages that use SagaSchema.Builder
-
Uses of SagaSchema.Builder in org.axonframework.modelling.saga.repository.jdbc
Methods in org.axonframework.modelling.saga.repository.jdbc that return SagaSchema.BuilderModifier and TypeMethodDescriptionSagaSchema.Builder.associationKeyColumn(String columnName) Sets the name of the association key column.SagaSchema.Builder.associationValueColumn(String columnName) Sets the name of the association value column.SagaSchema.Builder.associationValueEntryTable(String associationValueEntryTable) Sets the name of the association value entry table.static SagaSchema.BuilderSagaSchema.builder()Returns a newSagaSchema.Builderinitialized with default settings.SagaSchema.Builder.revisionColumn(String columnName) Sets the name of the revision column.SagaSchema.Builder.sagaEntryTable(String sagaEntryTable) Sets the name of the saga entry table.SagaSchema.Builder.sagaIdColumn(String columnName) Sets the name of the saga id column.SagaSchema.Builder.sagaTypeColumn(String columnName) Sets the name of the saga type column.SagaSchema.Builder.serializedSagaColumn(String columnName) Sets the name of the serialized saga column.Constructors in org.axonframework.modelling.saga.repository.jdbc with parameters of type SagaSchema.Builder