|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SagaSqlSchema | |
|---|---|
| org.axonframework.saga.repository.jdbc | |
| Uses of SagaSqlSchema in org.axonframework.saga.repository.jdbc |
|---|
| Classes in org.axonframework.saga.repository.jdbc that implement SagaSqlSchema | |
|---|---|
class |
GenericSagaSqlSchema
Generic SagaSqlSchema implementation, for use in most databases. |
class |
HsqlSagaSqlSchema
Specialization of the GenericSagaSqlSchema for use in the HSQL database. |
class |
PostgresSagaSqlSchema
SQL schema supporting postgres databases. |
| Constructors in org.axonframework.saga.repository.jdbc with parameters of type SagaSqlSchema | |
|---|---|
JdbcSagaRepository(ConnectionProvider connectionProvider,
SagaSqlSchema sqldef)
Initializes a Saga Repository, using given connectionProvider to obtain connections to the
database, and given sqldef to execute SQL statements. |
|
JdbcSagaRepository(ConnectionProvider connectionProvider,
SagaSqlSchema sqldef,
Serializer serializer)
Initializes a Saga Repository, using given connectionProvider to obtain connections to the
database, and given sqldef to execute SQL statements and serializer to serialize
Sagas. |
|
JdbcSagaRepository(DataSource dataSource,
SagaSqlSchema sqldef)
Initializes a Saga Repository, using given dataSource to obtain connections to the database, and
given sqldef to execute SQL statements. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||