public abstract class WrapperProxyImpl extends Object implements WrapperProxy
| Constructor and Description |
|---|
WrapperProxyImpl(Wrapper wrapper,
long id) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearAttributes() |
abstract FilterChain |
createChain() |
Object |
getAttribute(String key) |
Map<String,Object> |
getAttributes() |
int |
getAttributesSize() |
long |
getId() |
Object |
getRawObject() |
boolean |
isWrapperFor(Class<?> iface) |
void |
putAttribute(String key,
Object value) |
<T> T |
unwrap(Class<T> iface) |
public WrapperProxyImpl(Wrapper wrapper, long id)
public long getId()
getId in interface WrapperProxypublic Object getRawObject()
getRawObject in interface WrapperProxypublic abstract FilterChain createChain()
public boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor in interface WrapperSQLExceptionpublic <T> T unwrap(Class<T> iface) throws SQLException
unwrap in interface WrapperSQLExceptionpublic int getAttributesSize()
getAttributesSize in interface WrapperProxypublic void clearAttributes()
clearAttributes in interface WrapperProxypublic Map<String,Object> getAttributes()
getAttributes in interface WrapperProxypublic void putAttribute(String key, Object value)
putAttribute in interface WrapperProxypublic Object getAttribute(String key)
getAttribute in interface WrapperProxyCopyright © 2013–2018 Alibaba Group. All rights reserved.