public class SqlMethodHandlerFactory extends Object implements HandlerFactory
| Constructor and Description |
|---|
SqlMethodHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Handler> |
buildHandler(Class<?> sqlObjectType,
Method method)
Returns a
Handler instance for executing the given SQL Object method. |
public Optional<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 © 2017. All rights reserved.