Package | Description |
---|---|
org.apache.ibatis.builder |
Base package for the Configuration building code
|
org.apache.ibatis.executor.resultset |
Contains the result processing logic
|
org.apache.ibatis.mapping |
TODO fillme.
|
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() |
Modifier and Type | Method and Description |
---|---|
ResultMap |
DefaultResultSetHandler.resolveDiscriminatedResultMap(ResultSet rs,
ResultMap resultMap,
String columnPrefix) |
Modifier and Type | Method and Description |
---|---|
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 © 2010–2015 MyBatis.org. All rights reserved.