public interface HandlerDecorator
SqlMethodDecoratingAnnotation| Modifier and Type | Method and Description |
|---|---|
Handler |
decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method)
Decorates a
Handler to add or substitute behavior on the given SQL Object method. |
Handler decorateHandler(Handler base, Class<?> sqlObjectType, Method method)
Handler to add or substitute behavior on the given SQL Object method.base - the base handler to decoratesqlObjectType - the SQL Object typemethod - the decorated methodCopyright © 2016. All rights reserved.