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

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

Uses of ParameterMapping in org.apache.ibatis.builder
 

Methods in org.apache.ibatis.builder that return ParameterMapping
 ParameterMapping MapperBuilderAssistant.buildParameterMapping(Class<?> parameterType, String property, Class<?> javaType, JdbcType jdbcType, String resultMap, ParameterMode parameterMode, Class<? extends TypeHandler<?>> typeHandler, Integer numericScale)
           
 

Method parameters in org.apache.ibatis.builder with type arguments of type ParameterMapping
 ParameterMap MapperBuilderAssistant.addParameterMap(String id, Class<?> parameterClass, List<ParameterMapping> parameterMappings)
           
 

Constructor parameters in org.apache.ibatis.builder with type arguments of type ParameterMapping
StaticSqlSource(Configuration configuration, String sql, List<ParameterMapping> parameterMappings)
           
 

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

Methods in org.apache.ibatis.executor.resultset with parameters of type ParameterMapping
protected  void FastResultSetHandler.handleRefCursorOutputParameter(ResultSet rs, ParameterMapping parameterMapping, MetaObject metaParam)
           
 

Uses of ParameterMapping in org.apache.ibatis.mapping
 

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

Methods in org.apache.ibatis.mapping that return types with arguments of type ParameterMapping
 List<ParameterMapping> ParameterMap.getParameterMappings()
           
 List<ParameterMapping> BoundSql.getParameterMappings()
           
 

Constructor parameters in org.apache.ibatis.mapping with type arguments of type ParameterMapping
BoundSql(Configuration configuration, String sql, List<ParameterMapping> parameterMappings, Object parameterObject)
           
ParameterMap.Builder(Configuration configuration, String id, Class<?> type, List<ParameterMapping> parameterMappings)
           
 



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