Package org.jdbi.v3.core
Interface Handler
public interface Handler
- 
Field Summary
Fields - 
Method Summary
Modifier and TypeMethodDescription<R,X extends Exception> 
HandleCallback<R,X> decorate(HandleCallback<R, X> callback) Decorate the given Handle callback 
- 
Field Details
- 
STANDARD_HANDLER
 
 - 
 - 
Method Details
- 
decorate
Decorate the given Handle callback- Parameters:
 callback- a callback which will receive the open handle- Returns:
 - the callback decorated as needed
 - See Also:
 
 
 -