Package | Description |
---|---|
org.apache.ibatis.builder |
Base package for the Configuration building code.
|
org.apache.ibatis.mapping |
Base package for mapping.
|
Modifier and Type | Method and Description |
---|---|
protected ParameterMode |
BaseBuilder.resolveParameterMode(String alias) |
Modifier and Type | Method and Description |
---|---|
ParameterMapping |
MapperBuilderAssistant.buildParameterMapping(Class<?> parameterType,
String property,
Class<?> javaType,
JdbcType jdbcType,
String resultMap,
ParameterMode parameterMode,
Class<? extends TypeHandler<?>> typeHandler,
Integer numericScale) |
Modifier and Type | Method and Description |
---|---|
ParameterMode |
ParameterMapping.getMode()
Used for handling output of callable statements.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ParameterMapping.Builder |
ParameterMapping.Builder.mode(ParameterMode mode) |
Copyright © 2009–2021 MyBatis.org. All rights reserved.