Uses of Class
com.ibatis.sqlmap.engine.config.MappedStatementConfig
Packages that use MappedStatementConfig
-
Uses of MappedStatementConfig in com.ibatis.sqlmap.engine.config
Methods in com.ibatis.sqlmap.engine.config that return MappedStatementConfigModifier and TypeMethodDescriptionSqlMapConfiguration.newMappedStatementConfig
(String id, MappedStatement statement, SqlSource processor, String parameterMapName, Class parameterClass, String resultMapName, String[] additionalResultMapNames, Class resultClass, Class[] additionalResultClasses, String resultSetType, Integer fetchSize, boolean allowRemapping, Integer timeout, String cacheModelName, String xmlResultName) New mapped statement config.