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

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

Uses of ParameterMode in org.apache.ibatis.builder
 

Methods in org.apache.ibatis.builder that return ParameterMode
protected  ParameterMode BaseBuilder.resolveParameterMode(String alias)
           
 

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

Uses of ParameterMode in org.apache.ibatis.mapping
 

Methods in org.apache.ibatis.mapping that return ParameterMode
 ParameterMode ParameterMapping.getMode()
           
static ParameterMode ParameterMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParameterMode[] ParameterMode.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 ParameterMode
 ParameterMapping.Builder ParameterMapping.Builder.mode(ParameterMode mode)
           
 



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