Uses of Class
org.apache.ibatis.mapping.ResultSetType

Packages that use ResultSetType
org.apache.ibatis.builder TODO fillme. 
org.apache.ibatis.mapping TODO fillme. 
 

Uses of ResultSetType in org.apache.ibatis.builder
 

Methods in org.apache.ibatis.builder that return ResultSetType
protected  ResultSetType BaseBuilder.resolveResultSetType(String alias)
           
 

Methods in org.apache.ibatis.builder with parameters of type ResultSetType
 MappedStatement MapperBuilderAssistant.addMappedStatement(String id, SqlSource sqlSource, StatementType statementType, SqlCommandType sqlCommandType, Integer fetchSize, Integer timeout, String parameterMap, Class<?> parameterType, String resultMap, Class<?> resultType, ResultSetType resultSetType, boolean flushCache, boolean useCache, KeyGenerator keyGenerator, String keyProperty, String keyColumn, String databaseId)
           
 

Uses of ResultSetType in org.apache.ibatis.mapping
 

Methods in org.apache.ibatis.mapping that return ResultSetType
 ResultSetType MappedStatement.getResultSetType()
           
static ResultSetType ResultSetType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultSetType[] ResultSetType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.ibatis.mapping with parameters of type ResultSetType
 MappedStatement.Builder MappedStatement.Builder.resultSetType(ResultSetType resultSetType)
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.