| Package | Description |
|---|---|
| org.apache.ibatis.executor.result |
Contains the result handlers.
|
| org.apache.ibatis.reflection |
Reflection utils.
|
| org.apache.ibatis.reflection.wrapper |
Object wrappers.
|
| org.apache.ibatis.session |
Base package.
|
| Constructor and Description |
|---|
DefaultMapResultHandler(String mapKey,
ObjectFactory objectFactory,
ObjectWrapperFactory objectWrapperFactory,
ReflectorFactory reflectorFactory) |
| Modifier and Type | Field and Description |
|---|---|
static ObjectWrapperFactory |
SystemMetaObject.DEFAULT_OBJECT_WRAPPER_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
ObjectWrapperFactory |
MetaObject.getObjectWrapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
static MetaObject |
MetaObject.forObject(Object object,
ObjectFactory objectFactory,
ObjectWrapperFactory objectWrapperFactory,
ReflectorFactory reflectorFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultObjectWrapperFactory |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectWrapperFactory |
Configuration.objectWrapperFactory |
| Modifier and Type | Method and Description |
|---|---|
ObjectWrapperFactory |
Configuration.getObjectWrapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setObjectWrapperFactory(ObjectWrapperFactory objectWrapperFactory) |
Copyright © 2009–2021 MyBatis.org. All rights reserved.