Uses of Enum Class
org.apache.ibatis.mapping.ParameterMode
Package
Description
Base package for the Configuration building code.
Base package for mapping.
-
Uses of ParameterMode in org.apache.ibatis.builder
Modifier and TypeMethodDescriptionprotected ParameterMode
BaseBuilder.resolveParameterMode
(String alias) Modifier 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
Modifier and TypeMethodDescriptionParameterMapping.getMode()
Used for handling output of callable statements.static ParameterMode
Returns 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.