Uses of Package
org.axonframework.modelling.saga.repository.jdbc
Packages that use org.axonframework.modelling.saga.repository.jdbc
Package
Description
-
Classes in org.axonframework.modelling.saga.repository.jdbc used by org.axonframework.modelling.saga.repository.jdbcClassDescriptionGeneric SagaSqlSchema implementation, for use in most databases.A
SagaStoreimplementation that uses JDBC to store and find Saga instances.Builder class to instantiate aJdbcSagaStore.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. -
Classes in org.axonframework.modelling.saga.repository.jdbc used by org.axonframework.springboot.autoconfigClassDescriptionA
SagaStoreimplementation that uses JDBC to store and find Saga instances.Interface describing the SQL statements that the JdbcSagaRepository needs to execute against the underlying database.