public class SqlEmptyMonitor extends Object implements SqlExtendedMonitor
SqlMonitor interface.SqlMonitor.Runner| Constructor and Description |
|---|
SqlEmptyMonitor() |
| Modifier and Type | Method and Description |
|---|---|
<E> E |
run(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in
SqlCrudEngine and
SqlCrudEngine. |
<E> List<E> |
runList(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in
SqlQueryEngine. |
<E> List<E> |
runListSql(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in
SqlQueryEngine devoted
only to SQL statement execution. |
<E> E |
runSql(SqlMonitor.Runner runner,
Class<E> resultClass)
The SQLMonitor visitor method called from inside the main execution methods in
SqlCrudEngine and
SqlCrudEngine devoted only to SQL statement execution.. |
public <E> List<E> runList(SqlMonitor.Runner runner, Class<E> resultClass)
SqlQueryEngine.runList in interface SqlMonitorrunner - the anonymous instance of SqlMonitor.Runner, which encapsulates the query executionresultClass - the class used for the return values of the query execution outputpublic <E> E run(SqlMonitor.Runner runner, Class<E> resultClass)
SqlCrudEngine and
SqlCrudEngine.run in interface SqlMonitorrunner - the anonymous instance of SqlMonitor.Runner, which encapsulates the query executionresultClass - the class used for the return value of the query execution outputpublic <E> List<E> runListSql(SqlMonitor.Runner runner, Class<E> resultClass)
SqlQueryEngine devoted
only to SQL statement execution.runListSql in interface SqlExtendedMonitorrunner - the anonymous instance of SqlMonitor.Runner, which encapsulates the query executionresultClass - the class used for the return values of the query execution outputpublic <E> E runSql(SqlMonitor.Runner runner, Class<E> resultClass)
SqlCrudEngine and
SqlCrudEngine devoted only to SQL statement execution..runSql in interface SqlExtendedMonitorrunner - the anonymous instance of SqlMonitor.Runner, which encapsulates the query executionresultClass - the class used for the return value of the query execution outputCopyright © 2016. All rights reserved.