Uses of Class
com.ibatis.sqlmap.engine.exchange.DataExchangeFactory
Packages that use DataExchangeFactory
-
Uses of DataExchangeFactory in com.ibatis.sqlmap.engine.exchange
Methods in com.ibatis.sqlmap.engine.exchange that return DataExchangeFactoryModifier and TypeMethodDescriptionBaseDataExchange.getDataExchangeFactory()
Getter for the factory that created this object.Constructors in com.ibatis.sqlmap.engine.exchange with parameters of type DataExchangeFactoryModifierConstructorDescriptionprotected
BaseDataExchange
(DataExchangeFactory dataExchangeFactory) Instantiates a new base data exchange.ComplexDataExchange
(DataExchangeFactory dataExchangeFactory) Constructor for the factory.DomDataExchange
(DataExchangeFactory dataExchangeFactory) Constructor for the factory.protected
JavaBeanDataExchange
(DataExchangeFactory dataExchangeFactory) Instantiates a new java bean data exchange.protected
ListDataExchange
(DataExchangeFactory dataExchangeFactory) Instantiates a new list data exchange.protected
MapDataExchange
(DataExchangeFactory dataExchangeFactory) Instantiates a new map data exchange.protected
PrimitiveDataExchange
(DataExchangeFactory dataExchangeFactory) Instantiates a new primitive data exchange. -
Uses of DataExchangeFactory in com.ibatis.sqlmap.engine.impl
Methods in com.ibatis.sqlmap.engine.impl that return DataExchangeFactoryModifier and TypeMethodDescriptionSqlMapExecutorDelegate.getDataExchangeFactory()
Getter for the DataExchangeFactory.