Package | Description |
---|---|
org.apache.ibatis.executor |
TODO fillme.
|
org.apache.ibatis.executor.loader |
TODO fillme.
|
org.apache.ibatis.executor.result |
TODO fillme.
|
org.apache.ibatis.executor.resultset |
TODO fillme.
|
org.apache.ibatis.executor.statement |
TODO fillme.
|
org.apache.ibatis.reflection |
TODO fillme.
|
org.apache.ibatis.reflection.factory |
TODO fillme.
|
org.apache.ibatis.reflection.wrapper |
TODO fillme.
|
org.apache.ibatis.session |
TODO fillme.
|
Constructor and Description |
---|
ResultExtractor(Configuration configuration,
ObjectFactory objectFactory) |
Modifier and Type | Field and Description |
---|---|
protected ObjectFactory |
ResultLoader.objectFactory |
Modifier and Type | Method and Description |
---|---|
Object |
CglibProxyFactory.createDeserializationProxy(Object target,
Set<String> unloadedProperties,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs) |
Object |
JavassistProxyFactory.createDeserializationProxy(Object target,
Set<String> unloadedProperties,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs) |
Object |
CglibProxyFactory.createProxy(Object target,
ResultLoaderMap lazyLoader,
Configuration configuration,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs) |
Object |
ProxyFactory.createProxy(Object target,
ResultLoaderMap lazyLoader,
Configuration configuration,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs) |
Object |
JavassistProxyFactory.createProxy(Object target,
ResultLoaderMap lazyLoader,
Configuration configuration,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs) |
Constructor and Description |
---|
DefaultMapResultHandler(String mapKey,
ObjectFactory objectFactory,
ObjectWrapperFactory objectWrapperFactory) |
DefaultResultHandler(ObjectFactory objectFactory) |
Modifier and Type | Field and Description |
---|---|
protected ObjectFactory |
FastResultSetHandler.objectFactory |
Modifier and Type | Field and Description |
---|---|
protected ObjectFactory |
BaseStatementHandler.objectFactory |
Modifier and Type | Field and Description |
---|---|
static ObjectFactory |
SystemMetaObject.DEFAULT_OBJECT_FACTORY |
Modifier and Type | Method and Description |
---|---|
ObjectFactory |
MetaObject.getObjectFactory() |
Modifier and Type | Method and Description |
---|---|
static MetaObject |
MetaObject.forObject(Object object,
ObjectFactory objectFactory,
ObjectWrapperFactory objectWrapperFactory) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultObjectFactory |
Modifier and Type | Method and Description |
---|---|
MetaObject |
BeanWrapper.instantiatePropertyValue(String name,
PropertyTokenizer prop,
ObjectFactory objectFactory) |
MetaObject |
ObjectWrapper.instantiatePropertyValue(String name,
PropertyTokenizer prop,
ObjectFactory objectFactory) |
MetaObject |
CollectionWrapper.instantiatePropertyValue(String name,
PropertyTokenizer prop,
ObjectFactory objectFactory) |
MetaObject |
MapWrapper.instantiatePropertyValue(String name,
PropertyTokenizer prop,
ObjectFactory objectFactory) |
Modifier and Type | Field and Description |
---|---|
protected ObjectFactory |
Configuration.objectFactory |
Modifier and Type | Method and Description |
---|---|
ObjectFactory |
Configuration.getObjectFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setObjectFactory(ObjectFactory objectFactory) |
Copyright © 2010–2013 MyBatis.org. All rights reserved.