Uses of Class
org.apache.ibatis.mapping.ParameterMode
-
Packages that use ParameterMode Package Description org.apache.ibatis.builder Base package for the Configuration building codeorg.apache.ibatis.mapping Base package for mapping. -
-
Uses of ParameterMode in org.apache.ibatis.builder
Methods in org.apache.ibatis.builder that return ParameterMode Modifier and Type Method Description protected ParameterMode
BaseBuilder. resolveParameterMode(java.lang.String alias)
Methods in org.apache.ibatis.builder with parameters of type ParameterMode Modifier and Type Method Description ParameterMapping
MapperBuilderAssistant. buildParameterMapping(java.lang.Class<?> parameterType, java.lang.String property, java.lang.Class<?> javaType, JdbcType jdbcType, java.lang.String resultMap, ParameterMode parameterMode, java.lang.Class<? extends TypeHandler<?>> typeHandler, java.lang.Integer numericScale)
-
Uses of ParameterMode in org.apache.ibatis.mapping
Methods in org.apache.ibatis.mapping that return ParameterMode Modifier and Type Method Description ParameterMode
ParameterMapping. getMode()
Used for handling output of callable statements.static ParameterMode
ParameterMode. valueOf(java.lang.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 Modifier and Type Method Description ParameterMapping.Builder
ParameterMapping.Builder. mode(ParameterMode mode)
-