org.hibernate.engine.jdbc.internal.proxy
Class ImplicitResultSetProxyHandler

java.lang.Object
  extended by org.hibernate.engine.jdbc.internal.proxy.AbstractProxyHandler
      extended by org.hibernate.engine.jdbc.internal.proxy.AbstractResultSetProxyHandler
          extended by 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


Constructor Summary
ImplicitResultSetProxyHandler(ResultSet resultSet, ConnectionProxyHandler connectionProxyHandler, Connection connectionProxy)
           
ImplicitResultSetProxyHandler(ResultSet resultSet, ConnectionProxyHandler connectionProxyHandler, Connection connectionProxy, Statement sourceStatement)
           
 
Method Summary
protected  Statement getExposableStatement()
           
protected  JdbcServices getJdbcServices()
           
protected  JdbcResourceRegistry getResourceRegistry()
           
protected  void invalidateHandle()
           
 
Methods inherited from class org.hibernate.engine.jdbc.internal.proxy.AbstractResultSetProxyHandler
continueInvocation, getResultSet, getResultSetWithoutChecks
 
Methods inherited from class org.hibernate.engine.jdbc.internal.proxy.AbstractProxyHandler
errorIfInvalid, hashCode, invalidate, invoke, isValid, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ImplicitResultSetProxyHandler

public ImplicitResultSetProxyHandler(ResultSet resultSet,
                                     ConnectionProxyHandler connectionProxyHandler,
                                     Connection connectionProxy)

ImplicitResultSetProxyHandler

public ImplicitResultSetProxyHandler(ResultSet resultSet,
                                     ConnectionProxyHandler connectionProxyHandler,
                                     Connection connectionProxy,
                                     Statement sourceStatement)
Method Detail

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.