org.axonframework.saga.repository.jdbc
Class HsqlSagaSqlSchema
java.lang.Object
org.axonframework.saga.repository.jdbc.GenericSagaSqlSchema
org.axonframework.saga.repository.jdbc.HsqlSagaSqlSchema
- All Implemented Interfaces:
- SagaSqlSchema
public class HsqlSagaSqlSchema
- extends GenericSagaSqlSchema
Specialization of the GenericSagaSqlSchema for use in the HSQL database.
- Since:
- 2.2
- Author:
- Kristian Rosenvold
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HsqlSagaSqlSchema
public HsqlSagaSqlSchema()
sql_createTableAssocValueEntry
public PreparedStatement sql_createTableAssocValueEntry(Connection conn)
throws SQLException
- Description copied from interface:
SagaSqlSchema
- Creates a PreparedStatement that creates the table for storing Association Values for Sagas.
- Specified by:
sql_createTableAssocValueEntry
in interface SagaSqlSchema
- Overrides:
sql_createTableAssocValueEntry
in class GenericSagaSqlSchema
- Parameters:
conn
- The connection to create the PreparedStatement for
- Returns:
- a Prepared statement that created the Association Value table, when executed
- Throws:
SQLException
- when an error occurs creating the PreparedStatement
Copyright © 2010-2016. All Rights Reserved.