com.ibatis.sqlmap.engine.exchange
public class DataExchangeFactory extends Object
| Constructor Summary | |
|---|---|
| DataExchangeFactory(TypeHandlerFactory typeHandlerFactory)
Constructor for the factory | |
| Method Summary | |
|---|---|
| DataExchange | getDataExchangeForClass(Class clazz)
Get a DataExchange object for the passed in Class |
| TypeHandlerFactory | getTypeHandlerFactory()
Getter for the type handler factory |
Parameters: typeHandlerFactory - a type handler factory for the factory
Parameters: clazz - the class to get a DataExchange object for
Returns: - the DataExchange object
Returns: - the type handler factory