public class PostgresSagaSqlSchema extends GenericSagaSqlSchema
schemaConfiguration| Constructor and Description |
|---|
PostgresSagaSqlSchema() |
PostgresSagaSqlSchema(SchemaConfiguration schemaConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
PreparedStatement |
sql_createTableAssocValueEntry(Connection conn)
Creates a PreparedStatement that creates the table for storing Association Values for Sagas.
|
PreparedStatement |
sql_createTableSagaEntry(Connection conn)
Creates a PreparedStatement that creates the table for storing Sagas.
|
readSerializedSaga, sql_deleteAssociationEntries, sql_deleteSagaEntry, sql_findAssocSagaIdentifiers, sql_loadSaga, sql_removeAssocValue, sql_storeAssocValue, sql_storeSaga, sql_updateSagapublic PostgresSagaSqlSchema()
public PostgresSagaSqlSchema(SchemaConfiguration schemaConfiguration)
public 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 PreparedStatementpublic PreparedStatement sql_createTableSagaEntry(Connection conn) throws SQLException
SagaSqlSchemasql_createTableSagaEntry in interface SagaSqlSchemasql_createTableSagaEntry in class GenericSagaSqlSchemaconn - The connection to create the PreparedStatement forSQLException - when an error occurs creating the PreparedStatementCopyright © 2010-2015. All Rights Reserved.