org.hibernate.engine.jdbc.internal.proxy
Class AbstractStatementProxyHandler
java.lang.Object
org.hibernate.engine.jdbc.internal.proxy.AbstractProxyHandler
org.hibernate.engine.jdbc.internal.proxy.AbstractStatementProxyHandler
- All Implemented Interfaces:
- InvocationHandler
- Direct Known Subclasses:
- BasicStatementProxyHandler, ImplicitStatementProxyHandler, PreparedStatementProxyHandler
public abstract class AbstractStatementProxyHandler
- extends AbstractProxyHandler
Basic support for building Statement
-based proxy handlers
AbstractStatementProxyHandler
protected AbstractStatementProxyHandler(Statement statement,
ConnectionProxyHandler connectionProxyHandler,
Connection connectionProxy)
getConnectionProxy
protected ConnectionProxyHandler getConnectionProxy()
getJdbcServices
protected JdbcServices getJdbcServices()
getResourceRegistry
protected JdbcResourceRegistry getResourceRegistry()
getStatement
protected Statement getStatement()
getStatementWithoutChecks
protected Statement getStatementWithoutChecks()
continueInvocation
protected Object continueInvocation(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
continueInvocation
in class AbstractProxyHandler
- Throws:
Throwable
beginningInvocationHandling
protected void beginningInvocationHandling(Method method,
Object[] args)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.