Package org.jdbi.v3.sqlobject
Interface HandlerFactory
public interface HandlerFactory
Creates Handler objects for methods annotated with a specific SQL method annotation, which satisfy the contract of
 that annotation.
- See Also:
 
- 
Method Summary
 
- 
Method Details
- 
buildHandler
Returns aHandlerinstance for executing the given SQL Object method.- Parameters:
 sqlObjectType- the SQL Object typemethod- the method- Returns:
 - a handler, if applicable
 
 
 -