Package | Description |
---|---|
org.axonframework.modelling.saga.repository.jdbc | |
org.axonframework.springboot.autoconfig |
Modifier and Type | Class and Description |
---|---|
class |
GenericSagaSqlSchema
Generic SagaSqlSchema implementation, for use in most databases.
|
class |
HsqlSagaSqlSchema
Specialization of the GenericSagaSqlSchema for use in the HSQL database.
|
class |
Oracle11SagaSqlSchema
Oracle 11 does not support AUTO_INCREMENT.
|
class |
PostgresSagaSqlSchema
SQL schema supporting postgres databases.
|
Modifier and Type | Method and Description |
---|---|
JdbcSagaStore.Builder |
JdbcSagaStore.Builder.sqlSchema(SagaSqlSchema sqlSchema)
Sets the
SagaSqlSchema defining the SQL operations to execute for this SagaStore
implementation. |
Modifier and Type | Method and Description |
---|---|
JdbcSagaStore |
JdbcAutoConfiguration.sagaStore(ConnectionProvider connectionProvider,
Serializer serializer,
SagaSqlSchema schema) |
Copyright © 2010–2023. All rights reserved.