public abstract class WrapperProxyImpl extends Object implements WrapperProxy
构造器和说明 |
---|
WrapperProxyImpl(Wrapper wrapper,
long id) |
限定符和类型 | 方法和说明 |
---|---|
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
在接口中 WrapperProxy
public Object getRawObject()
getRawObject
在接口中 WrapperProxy
public abstract FilterChain createChain()
public boolean isWrapperFor(Class<?> iface) throws SQLException
isWrapperFor
在接口中 Wrapper
SQLException
public <T> T unwrap(Class<T> iface) throws SQLException
unwrap
在接口中 Wrapper
SQLException
public int getAttributesSize()
getAttributesSize
在接口中 WrapperProxy
public void clearAttributes()
clearAttributes
在接口中 WrapperProxy
public Map<String,Object> getAttributes()
getAttributes
在接口中 WrapperProxy
public void putAttribute(String key, Object value)
putAttribute
在接口中 WrapperProxy
public Object getAttribute(String key)
getAttribute
在接口中 WrapperProxy
Copyright © 2013-2015 Alibaba Group. All Rights Reserved.