接口 | 说明 |
---|---|
InputTransform |
The method used to execute SQL statement depends on
SQLs in Action object being transformed by InputTransform. |
类 | 说明 |
---|---|
BasicInputTransform |
The basic class of InputTransform
|
MapInputTransform |
The subclass for map parameter of InputTransform
|
PojoInputTransform |
The subclass for pojo parameter of InputTransform
|
PojoListInputTransform |
The subclass for list of pojo parameter of InputTransform
|
SimpleListInputTransform |
The subclass for list of single-value parameter of InputTransform
|