|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataExchange | |
com.ibatis.sqlmap.engine.exchange | |
com.ibatis.sqlmap.engine.mapping.parameter | |
com.ibatis.sqlmap.engine.mapping.result |
Uses of DataExchange in com.ibatis.sqlmap.engine.exchange |
Classes in com.ibatis.sqlmap.engine.exchange that implement DataExchange | |
class |
BaseDataExchange
Base implementation for the DataExchange interface |
class |
ComplexDataExchange
A DataExchange implemtation for working with beans |
class |
DomDataExchange
A DataExchange implemtation for working with DOM objects |
class |
JavaBeanDataExchange
DataExchange implementation for beans |
class |
ListDataExchange
DataExchange implementation for List objects |
class |
MapDataExchange
DataExchange implementation for Map objects |
class |
PrimitiveDataExchange
DataExchange implementation for primitive objects |
Methods in com.ibatis.sqlmap.engine.exchange that return DataExchange | |
DataExchange |
DataExchangeFactory.getDataExchangeForClass(java.lang.Class clazz)
Get a DataExchange object for the passed in Class |
Uses of DataExchange in com.ibatis.sqlmap.engine.mapping.parameter |
Methods in com.ibatis.sqlmap.engine.mapping.parameter that return DataExchange | |
DataExchange |
BasicParameterMap.getDataExchange()
|
Methods in com.ibatis.sqlmap.engine.mapping.parameter with parameters of type DataExchange | |
void |
BasicParameterMap.setDataExchange(DataExchange dataExchange)
|
Uses of DataExchange in com.ibatis.sqlmap.engine.mapping.result |
Methods in com.ibatis.sqlmap.engine.mapping.result that return DataExchange | |
DataExchange |
BasicResultMap.getDataExchange()
Getter for the DataExchange object to be used |
Methods in com.ibatis.sqlmap.engine.mapping.result with parameters of type DataExchange | |
void |
BasicResultMap.setDataExchange(DataExchange dataExchange)
Setter for the DataExchange object to be used |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |