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

Packages that use ResultMap
org.apache.ibatis.builder TODO fillme. 
org.apache.ibatis.executor.resultset TODO fillme. 
org.apache.ibatis.mapping TODO fillme. 
org.apache.ibatis.session TODO fillme. 
 

Uses of ResultMap in org.apache.ibatis.builder
 

Methods in org.apache.ibatis.builder that return ResultMap
 ResultMap MapperBuilderAssistant.addResultMap(String id, Class<?> type, String extend, Discriminator discriminator, List<ResultMapping> resultMappings, Boolean autoMapping)
           
 ResultMap ResultMapResolver.resolve()
           
 

Uses of ResultMap in org.apache.ibatis.executor.resultset
 

Methods in org.apache.ibatis.executor.resultset that return ResultMap
 ResultMap DefaultResultSetHandler.resolveDiscriminatedResultMap(ResultSet rs, ResultMap resultMap, String columnPrefix)
           
 

Methods in org.apache.ibatis.executor.resultset with parameters of type ResultMap
 ResultMap DefaultResultSetHandler.resolveDiscriminatedResultMap(ResultSet rs, ResultMap resultMap, String columnPrefix)
           
 

Uses of ResultMap in org.apache.ibatis.mapping
 

Methods in org.apache.ibatis.mapping that return ResultMap
 ResultMap ResultMap.Builder.build()
           
 

Methods in org.apache.ibatis.mapping that return types with arguments of type ResultMap
 List<ResultMap> MappedStatement.getResultMaps()
           
 

Method parameters in org.apache.ibatis.mapping with type arguments of type ResultMap
 MappedStatement.Builder MappedStatement.Builder.resultMaps(List<ResultMap> resultMaps)
           
 

Uses of ResultMap in org.apache.ibatis.session
 

Fields in org.apache.ibatis.session with type parameters of type ResultMap
protected  Map<String,ResultMap> Configuration.resultMaps
           
 

Methods in org.apache.ibatis.session that return ResultMap
 ResultMap Configuration.getResultMap(String id)
           
 

Methods in org.apache.ibatis.session that return types with arguments of type ResultMap
 Collection<ResultMap> Configuration.getResultMaps()
           
 

Methods in org.apache.ibatis.session with parameters of type ResultMap
 void Configuration.addResultMap(ResultMap rm)
           
protected  void Configuration.checkGloballyForDiscriminatedNestedResultMaps(ResultMap rm)
           
protected  void Configuration.checkLocallyForDiscriminatedNestedResultMaps(ResultMap rm)
           
 



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