org.hibernate.engine.jdbc.internal.proxy
Class ImplicitResultSetProxyHandler
java.lang.Object
org.hibernate.engine.jdbc.internal.proxy.AbstractProxyHandler
org.hibernate.engine.jdbc.internal.proxy.AbstractResultSetProxyHandler
org.hibernate.engine.jdbc.internal.proxy.ImplicitResultSetProxyHandler
- All Implemented Interfaces:
- InvocationHandler
public class ImplicitResultSetProxyHandler
- extends AbstractResultSetProxyHandler
Invocation handler for ResultSet
proxies obtained from other JDBC object proxies
ImplicitResultSetProxyHandler
public ImplicitResultSetProxyHandler(ResultSet resultSet,
ConnectionProxyHandler connectionProxyHandler,
Connection connectionProxy)
ImplicitResultSetProxyHandler
public ImplicitResultSetProxyHandler(ResultSet resultSet,
ConnectionProxyHandler connectionProxyHandler,
Connection connectionProxy,
Statement sourceStatement)
getJdbcServices
protected JdbcServices getJdbcServices()
- Specified by:
getJdbcServices
in class AbstractResultSetProxyHandler
getResourceRegistry
protected JdbcResourceRegistry getResourceRegistry()
- Specified by:
getResourceRegistry
in class AbstractResultSetProxyHandler
getExposableStatement
protected Statement getExposableStatement()
- Specified by:
getExposableStatement
in class AbstractResultSetProxyHandler
invalidateHandle
protected void invalidateHandle()
- Overrides:
invalidateHandle
in class AbstractResultSetProxyHandler
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.