| 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 |
|---|---|
ResultMapping |
MapperBuilderAssistant.buildResultMapping(Class<?> resultType,
String property,
String column,
Class<?> javaType,
JdbcType jdbcType,
String nestedSelect,
String nestedResultMap,
String notNullColumn,
String columnPrefix,
Class<? extends TypeHandler<?>> typeHandler,
List<ResultFlag> flags)
Backward compatibility signature 'buildResultMapping'.
|
ResultMapping |
MapperBuilderAssistant.buildResultMapping(Class<?> resultType,
String property,
String column,
Class<?> javaType,
JdbcType jdbcType,
String nestedSelect,
String nestedResultMap,
String notNullColumn,
String columnPrefix,
Class<? extends TypeHandler<?>> typeHandler,
List<ResultFlag> flags,
String resultSet,
String foreignColumn,
boolean lazy) |
| Modifier and Type | Method and Description |
|---|---|
static ResultFlag |
ResultFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultFlag[] |
ResultFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResultFlag> |
ResultMapping.getFlags() |
| Modifier and Type | Method and Description |
|---|---|
ResultMapping.Builder |
ResultMapping.Builder.flags(List<ResultFlag> flags) |
Copyright © 2009–2021 MyBatis.org. All rights reserved.