Package | Description |
---|---|
org.apache.ibatis.builder |
Base package for the Configuration building code.
|
org.apache.ibatis.cursor.defaults |
Default implementation for cursor feature.
|
org.apache.ibatis.executor.resultset |
Contains the result processing logic.
|
org.apache.ibatis.mapping |
Base package for mapping.
|
org.apache.ibatis.session |
Base package.
|
Modifier and Type | Method and Description |
---|---|
ResultMap |
MapperBuilderAssistant.addResultMap(String id,
Class<?> type,
String extend,
Discriminator discriminator,
List<ResultMapping> resultMappings,
Boolean autoMapping) |
ResultMap |
ResultMapResolver.resolve() |
Constructor and Description |
---|
DefaultCursor(DefaultResultSetHandler resultSetHandler,
ResultMap resultMap,
ResultSetWrapper rsw,
RowBounds rowBounds) |
Modifier and Type | Method and Description |
---|---|
ResultMap |
DefaultResultSetHandler.resolveDiscriminatedResultMap(ResultSet rs,
ResultMap resultMap,
String columnPrefix) |
Modifier and Type | Method and Description |
---|---|
List<String> |
ResultSetWrapper.getMappedColumnNames(ResultMap resultMap,
String columnPrefix) |
List<String> |
ResultSetWrapper.getUnmappedColumnNames(ResultMap resultMap,
String columnPrefix) |
void |
DefaultResultSetHandler.handleRowValues(ResultSetWrapper rsw,
ResultMap resultMap,
ResultHandler<?> resultHandler,
RowBounds rowBounds,
ResultMapping parentMapping) |
ResultMap |
DefaultResultSetHandler.resolveDiscriminatedResultMap(ResultSet rs,
ResultMap resultMap,
String columnPrefix) |
Modifier and Type | Method and Description |
---|---|
ResultMap |
ResultMap.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ResultMap> |
MappedStatement.getResultMaps() |
Modifier and Type | Method and Description |
---|---|
MappedStatement.Builder |
MappedStatement.Builder.resultMaps(List<ResultMap> resultMaps) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,ResultMap> |
Configuration.resultMaps |
Modifier and Type | Method and Description |
---|---|
ResultMap |
Configuration.getResultMap(String id) |
Modifier and Type | Method and Description |
---|---|
Collection<ResultMap> |
Configuration.getResultMaps() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.addResultMap(ResultMap rm) |
protected void |
Configuration.checkGloballyForDiscriminatedNestedResultMaps(ResultMap rm) |
protected void |
Configuration.checkLocallyForDiscriminatedNestedResultMaps(ResultMap rm) |
Copyright © 2009–2021 MyBatis.org. All rights reserved.