com.ibatis.sqlmap.engine.exchange
Class DataExchangeFactory
java.lang.Object
com.ibatis.sqlmap.engine.exchange.DataExchangeFactory
- public class DataExchangeFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
domDataExchange
private final DataExchange domDataExchange
listDataExchange
private final DataExchange listDataExchange
mapDataExchange
private final DataExchange mapDataExchange
primitiveDataExchange
private final DataExchange primitiveDataExchange
complexDataExchange
private final DataExchange complexDataExchange
typeHandlerFactory
private TypeHandlerFactory typeHandlerFactory
DataExchangeFactory
public DataExchangeFactory(TypeHandlerFactory typeHandlerFactory)
getTypeHandlerFactory
public TypeHandlerFactory getTypeHandlerFactory()
getDataExchangeForClass
public DataExchange getDataExchangeForClass(java.lang.Class clazz)