Class Oracle11SagaSqlSchema

java.lang.Object
org.axonframework.modelling.saga.repository.jdbc.GenericSagaSqlSchema
org.axonframework.modelling.saga.repository.jdbc.Oracle11SagaSqlSchema
All Implemented Interfaces:
SagaSqlSchema

public class Oracle11SagaSqlSchema extends GenericSagaSqlSchema
Oracle 11 does not support AUTO_INCREMENT. A workaround is used in this class in order to create the same behavior. Oracle 11 does not like semicolons at the end of a CREATE TABLE statement. These semicolons are dropped in this class.