|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
java.lang.Objectcom.ibatis.sqlmap.engine.exchange.BaseDataExchange
public abstract class BaseDataExchange
Base implementation for the DataExchange interface
构造器摘要 | |
---|---|
protected |
BaseDataExchange(DataExchangeFactory dataExchangeFactory)
|
方法摘要 | |
---|---|
CacheKey |
getCacheKey(StatementScope statementScope,
ParameterMap parameterMap,
java.lang.Object parameterObject)
Returns an object capable of being a unique cache key for a parameter object. |
DataExchangeFactory |
getDataExchangeFactory()
Getter for the factory that created this object |
类方法继承: java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibatis.sqlmap.engine.exchange.DataExchange |
---|
getData, initialize, setData, setData |
构造器详细信息 |
---|
protected BaseDataExchange(DataExchangeFactory dataExchangeFactory)
方法详细信息 |
---|
public CacheKey getCacheKey(StatementScope statementScope, ParameterMap parameterMap, java.lang.Object parameterObject)
DataExchange
getCacheKey
in interface DataExchange
statementScope
- - the request scopeparameterMap
- - the parameter mapparameterObject
- - the parameter object
public DataExchangeFactory getDataExchangeFactory()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |