public class ResultSetWrapperProxy extends Object implements InvocationHandler
Modifier and Type | Method and Description |
---|---|
static ResultSet |
generateProxy(ResultSet resultSet,
ColumnNameCache columnNameCache)
Generates a proxy wrapping the ResultSet.
|
static ClassLoader |
getProxyClassLoader()
Determines the appropriate class loader to which the generated proxy
should be scoped.
|
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public static ResultSet generateProxy(ResultSet resultSet, ColumnNameCache columnNameCache)
resultSet
- The resultSet to wrap.columnNameCache
- The cache storing data for converting column names to column indexes.public static ClassLoader getProxyClassLoader()
Copyright © 2018 JBoss by Red Hat. All rights reserved.