Package org.jdbi.v3.sqlobject
Interface HandlerFactory
- All Superinterfaces:
ExtensionHandler.ExtensionHandlerFactory
Deprecated.
Creates Handler objects for methods annotated with a specific SQL method annotation, which satisfy the contract of
that annotation.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanDeprecated.default Optional<ExtensionHandler>buildExtensionHandler(Class<?> extensionType, Method method) Deprecated.buildHandler(Class<?> sqlObjectType, Method method) Deprecated.Returns aHandlerinstance for executing the given SQL Object method.
-
Method Details
-
buildHandler
Deprecated.Returns aHandlerinstance for executing the given SQL Object method.- Parameters:
sqlObjectType- the SQL Object typemethod- the method- Returns:
- a handler, if applicable
-
accepts
Deprecated.- Specified by:
acceptsin interfaceExtensionHandler.ExtensionHandlerFactory
-
buildExtensionHandler
Deprecated.- Specified by:
buildExtensionHandlerin interfaceExtensionHandler.ExtensionHandlerFactory
-
ExtensionHandler.ExtensionHandlerFactoryinstances directly.