Package org.axonframework.modelling.saga.repository.jdbc
package org.axonframework.modelling.saga.repository.jdbc
-
ClassDescriptionGeneric SagaSqlSchema implementation, for use in most databases.Specialization of the GenericSagaSqlSchema for use in the HSQL database.A
SagaStoreimplementation that uses JDBC to store and find Saga instances.Builder class to instantiate aJdbcSagaStore.Oracle 11 does not support AUTO_INCREMENT.SQL schema supporting PostgreSQL databases.SagaSchema allows specification of custom storage locations for the saga repositories.Builder for anSagaSchemathat gets initialized with default values.Interface describing the SQL statements that the JdbcSagaRepository needs to execute against the underlying database.