Uses of Enum Class
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 ParameterModeBaseBuilder.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 ParameterModeReturns the enum constant of this class with the specified name.static ParameterMode[]ParameterMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.ibatis.mapping with parameters of type ParameterMode