Class TransactionDecorator
java.lang.Object
org.jdbi.v3.sqlobject.transaction.internal.TransactionDecorator
- All Implemented Interfaces:
ExtensionHandlerCustomizer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomize(ExtensionHandler delegate, Class<?> sqlObjectType, Method method) Customize an extension handler.
-
Constructor Details
-
TransactionDecorator
public TransactionDecorator()
-
-
Method Details
-
customize
Description copied from interface:ExtensionHandlerCustomizerCustomize an extension handler.- Specified by:
customizein interfaceExtensionHandlerCustomizer- Parameters:
delegate- TheExtensionHandlerto customizesqlObjectType- The extension type classmethod- A method- Returns:
- An
ExtensionHandlerobject. This can be the same as thehandlerparameter or another instance that delegates to the original handler
-