Class DataExchangeFactory
java.lang.Object
com.ibatis.sqlmap.engine.exchange.DataExchangeFactory
Factory for DataExchange objects.
-
Constructor Summary
ConstructorsConstructorDescriptionDataExchangeFactory
(TypeHandlerFactory typeHandlerFactory) Constructor for the factory. -
Method Summary
Modifier and TypeMethodDescriptiongetDataExchangeForClass
(Class clazz) Get a DataExchange object for the passed in Class.Getter for the type handler factory.
-
Constructor Details
-
DataExchangeFactory
Constructor for the factory.- Parameters:
typeHandlerFactory
- - a type handler factory for the factory
-
-
Method Details
-
getTypeHandlerFactory
Getter for the type handler factory.- Returns:
- - the type handler factory
-
getDataExchangeForClass
Get a DataExchange object for the passed in Class.- Parameters:
clazz
- - the class to get a DataExchange object for- Returns:
- - the DataExchange object
-