Interface WrapperProxy

All Superinterfaces:
Wrapper
All Known Subinterfaces:
CallableStatementProxy, ConnectionProxy, PreparedStatementProxy, ResultSetMetaDataProxy, ResultSetProxy, StatementProxy
All Known Implementing Classes:
CallableStatementProxyImpl, ConnectionProxyImpl, PreparedStatementProxyImpl, ResultSetMetaDataProxyImpl, ResultSetProxyImpl, StatementProxyImpl, WrapperProxyImpl

public interface WrapperProxy extends Wrapper
Author:
wenshao [[email protected]]
  • Method Details

    • getId

      long getId()
    • getRawObject

      Object getRawObject()
    • getAttributesSize

      int getAttributesSize()
    • clearAttributes

      void clearAttributes()
    • getAttributes

      Map<String,Object> getAttributes()
    • getAttribute

      Object getAttribute(String key)
    • putAttribute

      void putAttribute(String key, Object value)