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(java.lang.Integer fetchSize)
           
 MappedStatement.Builder MappedStatement.Builder.flushCacheRequired(boolean flushCacheRequired)
           
 MappedStatement.Builder MappedStatement.Builder.keyGenerator(KeyGenerator keyGenerator)
           
 MappedStatement.Builder MappedStatement.Builder.keyProperty(java.lang.String keyProperty)
           
 MappedStatement.Builder MappedStatement.Builder.parameterMap(ParameterMap parameterMap)
           
 MappedStatement.Builder MappedStatement.Builder.resource(java.lang.String resource)
           
 MappedStatement.Builder MappedStatement.Builder.resultMaps(java.util.List<ResultMap> resultMaps)
           
 MappedStatement.Builder MappedStatement.Builder.resultSetType(ResultSetType resultSetType)
           
 MappedStatement.Builder MappedStatement.Builder.statementType(StatementType statementType)
           
 MappedStatement.Builder MappedStatement.Builder.timeout(java.lang.Integer timeout)
           
 MappedStatement.Builder MappedStatement.Builder.useCache(boolean useCache)
           
 



Copyright © 2010. All Rights Reserved.