org.hibernate.engine.jdbc
public class ResultSetWrapperProxy extends java.lang.Object implements java.lang.reflect.InvocationHandler
Modifier and Type | Method and Description |
---|---|
static java.sql.ResultSet |
generateProxy(java.sql.ResultSet resultSet,
ColumnNameCache columnNameCache)
Generates a proxy wrapping the ResultSet.
|
static java.lang.ClassLoader |
getProxyClassLoader()
Determines the appropriate class loader to which the generated proxy
should be scoped.
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
public static java.sql.ResultSet generateProxy(java.sql.ResultSet resultSet, ColumnNameCache columnNameCache)
resultSet
- The resultSet to wrap.columnNameCache
- The cache storing data for converting column names to column indexes.public static java.lang.ClassLoader getProxyClassLoader()
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args) throws java.lang.Throwable
invoke
in interface java.lang.reflect.InvocationHandler
java.lang.Throwable
Copyright © 2014. All Rights Reserved.