public class RepeatableReadResultSetProxyLogic extends Object implements ResultSetProxyLogic
ResultSet to be consumed more than once.ResultSetInvocationHandler| Modifier and Type | Class and Description |
|---|---|
static class |
RepeatableReadResultSetProxyLogic.Builder |
| Constructor and Description |
|---|
RepeatableReadResultSetProxyLogic() |
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Method method,
Object[] args) |
protected boolean |
isNullValue(Object value,
Method method,
Object[] args)
Determine whether the retrieved value is
null for wasNull. |
public Object invoke(Method method, Object[] args) throws Throwable
invoke in interface ResultSetProxyLogicThrowableprotected boolean isNullValue(Object value, Method method, Object[] args)
null for wasNull.
Subclass may override this method to provide more sophisticated wasNull check.
value - result valuemethod - getX methodargs - method argumentstrue if value is considered as null.Copyright © 2023. All rights reserved.