Class SqlQueryHandler
- java.lang.Object
-
- org.jdbi.v3.sqlobject.statement.internal.SqlQueryHandler
-
-
Constructor Summary
Constructors Constructor Description SqlQueryHandler(Class<?> sqlObjectType, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectinvoke(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.
-
-
-
Method Detail
-
warm
public void warm(ConfigRegistry config)
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
public Object invoke(Object target, Object[] args, HandleSupplier hs)
Description copied from interface:HandlerExecutes a SQL Object method, and returns the result.
-
-