| Modifier and Type | Method and Description |
|---|---|
protected void |
applyCustomizers(SqlStatement<?> stmt,
Object[] args) |
protected Method |
getMethod() |
Object |
invoke(Object target,
Object[] args,
HandleSupplier handle)
Executes a SQL Object method, and returns the result.
|
public Object invoke(Object target, Object[] args, HandleSupplier handle)
Handlertarget - the SQL Object instance being invokedargs - the arguments that were passed to the method.handle - a (possibly lazy) Handle supplier.protected void applyCustomizers(SqlStatement<?> stmt, Object[] args)
protected Method getMethod()
Copyright © 2016. All rights reserved.