Package | Description |
---|---|
org.axonframework.modelling.saga.repository.jdbc |
Modifier and Type | Method and Description |
---|---|
SagaSchema.Builder |
SagaSchema.Builder.associationKeyColumn(String columnName)
Sets the name of the association key column.
|
SagaSchema.Builder |
SagaSchema.Builder.associationValueColumn(String columnName)
Sets the name of the association value column.
|
SagaSchema.Builder |
SagaSchema.Builder.associationValueEntryTable(String associationValueEntryTable)
Sets the name of the association value entry table.
|
static SagaSchema.Builder |
SagaSchema.builder()
Returns a new
SagaSchema.Builder initialized with default settings. |
SagaSchema.Builder |
SagaSchema.Builder.revisionColumn(String columnName)
Sets the name of the revision column.
|
SagaSchema.Builder |
SagaSchema.Builder.sagaEntryTable(String sagaEntryTable)
Sets the name of the saga entry table.
|
SagaSchema.Builder |
SagaSchema.Builder.sagaIdColumn(String columnName)
Sets the name of the saga id column.
|
SagaSchema.Builder |
SagaSchema.Builder.sagaTypeColumn(String columnName)
Sets the name of the saga type column.
|
SagaSchema.Builder |
SagaSchema.Builder.serializedSagaColumn(String columnName)
Sets the name of the serialized saga column.
|
Constructor and Description |
---|
SagaSchema(SagaSchema.Builder builder) |
Copyright © 2010–2024. All rights reserved.