|
||||||||||
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 |
ParameterMap.getDataExchange()
|
Methods in com.ibatis.sqlmap.engine.mapping.parameter with parameters of type DataExchange | |
---|---|
void |
ParameterMap.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 |
ResultMap.getDataExchange()
Getter for the DataExchange object to be used |
Methods in com.ibatis.sqlmap.engine.mapping.result with parameters of type DataExchange | |
---|---|
void |
ResultMap.setDataExchange(DataExchange dataExchange)
Setter for the DataExchange object to be used |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |