public class HsqlSagaSqlSchema extends GenericSagaSqlSchema
| Constructor and Description | 
|---|
HsqlSagaSqlSchema()  | 
| Modifier and Type | Method and Description | 
|---|---|
PreparedStatement | 
sql_createTableAssocValueEntry(Connection conn)
Creates a PreparedStatement that creates the table for storing Association Values for Sagas. 
 | 
readAssociationValues, readSerializedSaga, readToken, sagaSchema, sql_createTableSagaEntry, sql_deleteAssociationEntries, sql_deleteSagaEntry, sql_findAssociations, sql_findAssocSagaIdentifiers, sql_loadSaga, sql_removeAssocValue, sql_storeAssocValue, sql_storeSaga, sql_updateSagapublic PreparedStatement sql_createTableAssocValueEntry(Connection conn) throws SQLException
SagaSqlSchemasql_createTableAssocValueEntry in interface SagaSqlSchemasql_createTableAssocValueEntry in class GenericSagaSqlSchemaconn - The connection to create the PreparedStatement forSQLException - when an error occurs creating the PreparedStatementCopyright © 2010–2018. All rights reserved.