| Constructor and Description |
|---|
SqlBatchHandler(Class<?> sqlObjectType,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Object target,
Object[] args,
HandleSupplier h)
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.
|
public void warm(ConfigRegistry config)
Handlerconfig - the method configuration to warmpublic Object invoke(Object target, Object[] args, HandleSupplier h)
HandlerCopyright © 2020. All rights reserved.