Package org.jdbi.v3.sqlobject.internal
Class CreateSqlObjectHandler
java.lang.Object
org.jdbi.v3.sqlobject.internal.CreateSqlObjectHandler
- All Implemented Interfaces:
Handler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(Object target, Object[] args, HandleSupplier handle) Executes a SQL Object method, and returns the result.
-
Constructor Details
-
CreateSqlObjectHandler
-
-
Method Details
-
invoke
Description copied from interface:Handler
Executes a SQL Object method, and returns the result.- Specified by:
invoke
in interfaceHandler
- Parameters:
target
- the SQL Object instance being invokedargs
- the arguments that were passed to the method.handle
- a (possibly lazy) Handle supplier.- Returns:
- the method return value, or null if the method has a void return type.
- Throws:
Exception
- any exception thrown by the method.
-