Package org.axonframework.saga.repository.jdbc

Interface Summary
SagaSqlSchema Interface describing the SQL statements that the JdbcSagaRepository needs to execute against the underlying database.
 

Class Summary
GenericSagaSqlSchema Generic SagaSqlSchema implementation, for use in most databases.
HsqlSagaSqlSchema Specialization of the GenericSagaSqlSchema for use in the HSQL database.
JdbcSagaRepository Jdbc implementation of the Saga Repository.
PostgresSagaSqlSchema SQL schema supporting postgres databases.
SchemaConfiguration SchemaConfiguration allows specification of custom storage locations for the saga repositories.
 



Copyright © 2010-2016. All Rights Reserved.