| Name | Description | Type | Package | Framework |
| GenericSagaSqlSchema | Generic SagaSqlSchema implementation, for use in most databases. | Class | org.axonframework.saga.repository.jdbc | Axon |
| HsqlSagaSqlSchema | Specialization of the GenericSagaSqlSchema for use in the HSQL database. | Class | org.axonframework.saga.repository.jdbc | Axon |
| JdbcSagaRepository | Jdbc implementation of the Saga Repository. | Class | org.axonframework.saga.repository.jdbc | Axon |
| PostgresSagaSqlSchema | SQL schema supporting postgres databases. | Class | org.axonframework.saga.repository.jdbc | Axon |
| SagaSqlSchema | Interface describing the SQL statements that the JdbcSagaRepository needs to execute against the underlyingSince:2. | Interface | org.axonframework.saga.repository.jdbc | Axon |
| SchemaConfiguration | SchemaConfiguration allows specification of custom storage locations for the saga repositories. | Class | org.axonframework.saga.repository.jdbc | Axon |