| Name | Description | Type | Package | Framework |
| AbstractSagaRepository | Abstract implementation for saga repositories. | Class | org.axonframework.saga.repository | Axon |
| AssociationValueEntry | JPA wrapper around an Association Value. | Class | org.axonframework.saga.repository.jpa | Axon |
| AssociationValueMap | In-memory storage for AssociationValue to Saga mappings. | Class | org.axonframework.saga.repository | Axon |
| CachingSagaRepository | Saga Repository implementation that adds caching behavior to the repository it wraps. | Class | org.axonframework.saga.repository | Axon |
| DefaultMongoTemplate | MongoTemplate instance providing access to the MongoDB Collection containing stored Sagas. | Class | org.axonframework.saga.repository.mongo | Axon |
| 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 |
| InMemorySagaRepository | SagaRepository implementation that stores all Saga instances in memory. | Class | org.axonframework.saga.repository.inmemory | Axon |
| JdbcSagaRepository | Jdbc implementation of the Saga Repository. | Class | org.axonframework.saga.repository.jdbc | Axon |
| JpaSagaRepository | JPA implementation of the Saga Repository. | Class | org.axonframework.saga.repository.jpa | Axon |
| MongoSagaRepository | its associations is stored as a single document. | Class | org.axonframework.saga.repository.mongo | Axon |
| MongoTemplate | Generic template for accessing Mongo for the axon sagas. | Interface | org.axonframework.saga.repository.mongo | Axon |
| PostgresSagaSqlSchema | SQL schema supporting postgres databases. | Class | org.axonframework.saga.repository.jdbc | Axon |
| SagaEntry | Java Persistence Entity allowing sagas to be stored in a relational database. | Class | org.axonframework.saga.repository.jpa | Axon |
| SagaEntry | Java representation of sagas stored in a mongo instanceSince:2. | Class | org.axonframework.saga.repository.mongo | 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 |
| SerializedSaga | Specialization of the SerializedObject for Sagas represented as byte array. | Class | org.axonframework.saga.repository.jpa | Axon |