Package org.jdbi.v3.sqlobject
Interface HandlerFactory
- All Superinterfaces:
org.jdbi.v3.core.extension.ExtensionHandlerFactory
@Deprecated
public interface HandlerFactory
extends org.jdbi.v3.core.extension.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.buildHandler(Class<?> sqlObjectType, Method method) Deprecated.Returns aHandlerinstance for executing the given SQL Object method.default Optional<org.jdbi.v3.core.extension.ExtensionHandler> createExtensionHandler(Class<?> extensionType, Method method) Deprecated.
-
Method Details
-
buildHandler
-
accepts
-
createExtensionHandler
-
ExtensionHandlerFactoryinstances directly.