public interface Handler
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object target,
Method method,
Object[] args,
SqlObjectConfig config,
HandleSupplier handle)
Executes a SQL Object method, and returns the result.
|
Object invoke(Object target, Method method, Object[] args, SqlObjectConfig config, HandleSupplier handle) throws Exception
target - the SQL Object instance being invokedmethod - the method being invoked on the SQL Object.args - the arguments that were passed to the method.config - the SQL Object configuration.handle - a (possibly lazy) Handle supplier.Exception - any exception thrown by the method.Copyright © 2016. All rights reserved.