Uses of Class
org.apache.ibatis.mapping.MappedStatement.Builder

Packages that use MappedStatement.Builder
org.apache.ibatis.mapping   
 

Uses of MappedStatement.Builder in org.apache.ibatis.mapping
 

Methods in org.apache.ibatis.mapping that return MappedStatement.Builder
 MappedStatement.Builder MappedStatement.Builder.cache(Cache cache)
           
 MappedStatement.Builder MappedStatement.Builder.fetchSize(Integer fetchSize)
           
 MappedStatement.Builder MappedStatement.Builder.flushCacheRequired(boolean flushCacheRequired)
           
 MappedStatement.Builder MappedStatement.Builder.keyGenerator(KeyGenerator keyGenerator)
           
 MappedStatement.Builder MappedStatement.Builder.keyProperty(String keyProperty)
           
 MappedStatement.Builder MappedStatement.Builder.parameterMap(ParameterMap parameterMap)
           
 MappedStatement.Builder MappedStatement.Builder.resource(String resource)
           
 MappedStatement.Builder MappedStatement.Builder.resultMaps(List<ResultMap> resultMaps)
           
 MappedStatement.Builder MappedStatement.Builder.resultSetType(ResultSetType resultSetType)
           
 MappedStatement.Builder MappedStatement.Builder.statementType(StatementType statementType)
           
 MappedStatement.Builder MappedStatement.Builder.timeout(Integer timeout)
           
 MappedStatement.Builder MappedStatement.Builder.useCache(boolean useCache)
           
 



Copyright © 2010. All Rights Reserved.