Package | Description |
---|---|
org.apache.ibatis.builder |
TODO fillme.
|
org.apache.ibatis.executor.resultset |
TODO fillme.
|
org.apache.ibatis.mapping |
TODO fillme.
|
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) |
Modifier and Type | Method and Description |
---|---|
ResultMap |
MapperBuilderAssistant.addResultMap(String id,
Class<?> type,
String extend,
Discriminator discriminator,
List<ResultMapping> resultMappings,
Boolean autoMapping) |
Constructor and Description |
---|
ResultMapResolver(MapperBuilderAssistant assistant,
String id,
Class<?> type,
String extend,
Discriminator discriminator,
List<ResultMapping> resultMappings,
Boolean autoMapping) |
Modifier and Type | Method and Description |
---|---|
protected Object |
FastResultSetHandler.getNestedQueryConstructorValue(ResultSet rs,
ResultMapping constructorMapping,
String columnPrefix) |
protected Object |
FastResultSetHandler.getNestedQueryMappingValue(ResultSet rs,
MetaObject metaResultObject,
ResultMapping propertyMapping,
ResultLoaderMap lazyLoader,
String columnPrefix) |
protected Object |
FastResultSetHandler.getPropertyMappingValue(ResultSet rs,
MetaObject metaResultObject,
ResultMapping propertyMapping,
ResultLoaderMap lazyLoader,
String columnPrefix) |
protected Object |
FastResultSetHandler.prepareCompositeKeyParameter(ResultSet rs,
ResultMapping resultMapping,
Class<?> parameterType,
String columnPrefix) |
protected Object |
FastResultSetHandler.prepareParameterForNestedQuery(ResultSet rs,
ResultMapping resultMapping,
Class<?> parameterType,
String columnPrefix) |
protected Object |
FastResultSetHandler.prepareSimpleKeyParameter(ResultSet rs,
ResultMapping resultMapping,
Class<?> parameterType,
String columnPrefix) |
Modifier and Type | Method and Description |
---|---|
protected Object |
FastResultSetHandler.createParameterizedResultObject(ResultSet rs,
Class<?> resultType,
List<ResultMapping> constructorMappings,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs,
String columnPrefix,
FastResultSetHandler.ResultColumnCache resultColumnCache) |
Modifier and Type | Method and Description |
---|---|
ResultMapping |
ResultMapping.Builder.build() |
ResultMapping |
Discriminator.getResultMapping() |
Modifier and Type | Method and Description |
---|---|
List<ResultMapping> |
ResultMapping.getComposites() |
List<ResultMapping> |
ResultMap.getConstructorResultMappings() |
List<ResultMapping> |
ResultMap.getIdResultMappings() |
List<ResultMapping> |
ResultMap.getPropertyResultMappings() |
List<ResultMapping> |
ResultMap.getResultMappings() |
Modifier and Type | Method and Description |
---|---|
ResultMapping.Builder |
ResultMapping.Builder.composites(List<ResultMapping> composites) |
Constructor and Description |
---|
Discriminator.Builder(Configuration configuration,
ResultMapping resultMapping,
Map<String,String> discriminatorMap) |
Constructor and Description |
---|
ResultMap.Builder(Configuration configuration,
String id,
Class<?> type,
List<ResultMapping> resultMappings) |
ResultMap.Builder(Configuration configuration,
String id,
Class<?> type,
List<ResultMapping> resultMappings,
Boolean autoMapping) |
Copyright © 2010-2013 MyBatis.org. All Rights Reserved.