Package org.jdbi.v3.sqlobject
Interface HandlerFactory
-
public interface HandlerFactoryCreates Handler objects for methods annotated with a specific SQL method annotation, which satisfy the contract of that annotation.- See Also:
SqlOperation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Handler>buildHandler(Class<?> sqlObjectType, Method method)Returns aHandlerinstance for executing the given SQL Object method.
-