Uses of Enum
org.apache.ibatis.mapping.ParameterMode
Packages that use ParameterMode
Package
Description
Base package for the Configuration building code.
Base package for mapping.
-
Uses of ParameterMode in org.apache.ibatis.builder
Methods in org.apache.ibatis.builder that return ParameterModeModifier and TypeMethodDescriptionprotected ParameterMode
BaseBuilder.resolveParameterMode
(String alias) Methods in org.apache.ibatis.builder with parameters of type ParameterModeModifier and TypeMethodDescriptionMapperBuilderAssistant.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 ParameterModeModifier and TypeMethodDescriptionParameterMapping.getMode()
Used for handling output of callable statements.static ParameterMode
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