public interface HandlerFactory
SqlOperation| Modifier and Type | Method and Description |
|---|---|
Optional<Handler> |
buildHandler(Class<?> sqlObjectType,
Method method)
Returns a
Handler instance for executing the given SQL Object method. |
Copyright © 2018. All rights reserved.