Uses of Interface
org.axonframework.modelling.saga.repository.jdbc.SagaSqlSchema
Packages that use SagaSqlSchema
Package
Description
-
Uses of SagaSqlSchema in org.axonframework.modelling.saga.repository.jdbc
Classes in org.axonframework.modelling.saga.repository.jdbc that implement SagaSqlSchemaModifier and TypeClassDescriptionclassGeneric SagaSqlSchema implementation, for use in most databases.classSpecialization of the GenericSagaSqlSchema for use in the HSQL database.classOracle 11 does not support AUTO_INCREMENT.classSQL schema supporting PostgreSQL databases.Methods in org.axonframework.modelling.saga.repository.jdbc with parameters of type SagaSqlSchemaModifier and TypeMethodDescriptionJdbcSagaStore.Builder.sqlSchema(SagaSqlSchema sqlSchema) Sets theSagaSqlSchemadefining the SQL operations to execute for thisSagaStoreimplementation. -
Uses of SagaSqlSchema in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig with parameters of type SagaSqlSchemaModifier and TypeMethodDescriptionJdbcAutoConfiguration.sagaStoreWithSchema(ConnectionProvider connectionProvider, Serializer serializer, SagaSqlSchema schema)