Package | Description |
---|---|
org.apache.ibatis.executor.result |
Contains the result handlers.
|
org.apache.ibatis.reflection |
Reflection utils.
|
org.apache.ibatis.session |
Base package.
|
Constructor and Description |
---|
DefaultMapResultHandler(String mapKey,
ObjectFactory objectFactory,
ObjectWrapperFactory objectWrapperFactory,
ReflectorFactory reflectorFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultReflectorFactory |
Modifier and Type | Method and Description |
---|---|
ReflectorFactory |
MetaObject.getReflectorFactory() |
Modifier and Type | Method and Description |
---|---|
static MetaClass |
MetaClass.forClass(Class<?> type,
ReflectorFactory reflectorFactory) |
static MetaObject |
MetaObject.forObject(Object object,
ObjectFactory objectFactory,
ObjectWrapperFactory objectWrapperFactory,
ReflectorFactory reflectorFactory) |
Modifier and Type | Field and Description |
---|---|
protected ReflectorFactory |
Configuration.reflectorFactory |
Modifier and Type | Method and Description |
---|---|
ReflectorFactory |
Configuration.getReflectorFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setReflectorFactory(ReflectorFactory reflectorFactory) |
Copyright © 2010–2015 MyBatis.org. All rights reserved.