Index
All Classes and Interfaces|All Packages
O
- onCall(String, String[]) - Method in class com.caplin.transformer.persistence.JdbcPersistorImpl
- onCall(String, String[]) - Method in interface com.caplin.transformer.persistence.Persistor
-
Call a stored procedure in the database.
- onDelete(String, Map<String, String>) - Method in class com.caplin.transformer.persistence.JdbcPersistorImpl
- onDelete(String, Map<String, String>) - Method in interface com.caplin.transformer.persistence.Persistor
-
Delete one or more rows from a table
- onQuery(String, String, QueryParams) - Method in class com.caplin.transformer.persistence.JdbcPersistorImpl
- onQuery(String, String, QueryParams) - Method in interface com.caplin.transformer.persistence.Persistor
-
Query the database for results.
- onShutdown() - Method in class com.caplin.transformer.persistence.JdbcPersistorImpl
- onShutdown() - Method in interface com.caplin.transformer.persistence.Persistor
-
Called when transformer shuts down to close open connections and release acquired resources
- onUpsert(String, Map<String, String>, Map<String, String>) - Method in class com.caplin.transformer.persistence.JdbcPersistorImpl
- onUpsert(String, Map<String, String>, Map<String, String>) - Method in interface com.caplin.transformer.persistence.Persistor
-
Implement this method to handle update or insert callbacks.
All Classes and Interfaces|All Packages