Package | Description |
---|---|
org.axonframework.modelling.saga.repository.jdbc |
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. |
Copyright © 2010–2018. All rights reserved.