Class SqlQueryHandler
java.lang.Object
org.jdbi.v3.sqlobject.statement.internal.SqlQueryHandler
- All Implemented Interfaces:
Handler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(Object target, Object[] args, HandleSupplier hs) Executes a SQL Object method, and returns the result.void
warm
(ConfigRegistry config) Called after the method handler is constructed to pre-initialize any important configuration data structures.
-
Constructor Details
-
SqlQueryHandler
-
-
Method Details
-
warm
Description copied from interface:Handler
Called 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:Handler
Executes a SQL Object method, and returns the result.
-