D
- Type of the root object (e.g. driver, datasource)T
- Target object type of the invocationR
- Return type of this invocationpublic interface Invoker<D,T,R>
Modifier and Type | Method and Description |
---|---|
R |
invoke(Database<D> database,
T object)
Invokes an action against the specified database on the specified SQL object
|