@FunctionalInterface public interface HandlerDecorator
SqlMethodDecoratingAnnotation,
HandlerDecorators| Modifier and Type | Method and Description |
|---|---|
Handler |
decorateHandler(Handler base,
Class<?> sqlObjectType,
Method method)
Decorates the
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. Implementations may
alternatively return the base handler, e.g. if the conditions for applying a particular decoration are not met.base - the base handler to decoratesqlObjectType - the SQL Object typemethod - the method to be decoratedCopyright © 2017. All rights reserved.