Class SqlUpdateHandler
java.lang.Object
org.jdbi.v3.sqlobject.statement.internal.SqlUpdateHandler
- All Implemented Interfaces:
 Handler
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioninvoke(Object target, Object[] args, HandleSupplier hs) Executes a SQL Object method, and returns the result.voidwarm(ConfigRegistry config) Called after the method handler is constructed to pre-initialize any important configuration data structures. 
- 
Constructor Details
- 
SqlUpdateHandler
 
 - 
 - 
Method Details
- 
warm
Description copied from interface:HandlerCalled after the method handler is constructed to pre-initialize any important configuration data structures.- Parameters:
 config- the method configuration to warm
 - 
invoke
Description copied from interface:HandlerExecutes a SQL Object method, and returns the result. 
 -