public static class SqlBatch.Factory extends Object implements HandlerFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
Handler |
buildHandler(Class<?> sqlObjectType,
Method method)
Returns a
Handler instance for executing the given SQL Object method. |
public Handler buildHandler(Class<?> sqlObjectType, Method method)
HandlerFactoryHandler instance for executing the given SQL Object method.buildHandler in interface HandlerFactorysqlObjectType - the SQL Object typemethod - the methodCopyright © 2016. All rights reserved.