|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectFactory | |
|---|---|
| org.apache.ibatis.executor | TODO fillme. |
| org.apache.ibatis.executor.loader | TODO fillme. |
| org.apache.ibatis.executor.loader.cglib | |
| org.apache.ibatis.executor.loader.javassist | |
| org.apache.ibatis.executor.result | 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. |
| Uses of ObjectFactory in org.apache.ibatis.executor |
|---|
| Constructors in org.apache.ibatis.executor with parameters of type ObjectFactory | |
|---|---|
ResultExtractor(Configuration configuration,
ObjectFactory objectFactory)
|
|
| Uses of ObjectFactory in org.apache.ibatis.executor.loader |
|---|
| Fields in org.apache.ibatis.executor.loader declared as ObjectFactory | |
|---|---|
protected ObjectFactory |
ResultLoader.objectFactory
|
| Methods in org.apache.ibatis.executor.loader with parameters of type ObjectFactory | |
|---|---|
protected abstract Object |
AbstractSerialStateHolder.createDeserializationProxy(Object target,
Map<String,ResultLoaderMap.LoadPair> unloadedProperties,
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)
|
protected abstract AbstractSerialStateHolder |
AbstractEnhancedDeserializationProxy.newSerialStateHolder(Object userBean,
Map<String,ResultLoaderMap.LoadPair> unloadedProperties,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs)
|
| Constructors in org.apache.ibatis.executor.loader with parameters of type ObjectFactory | |
|---|---|
AbstractEnhancedDeserializationProxy(Class<?> type,
Map<String,ResultLoaderMap.LoadPair> unloadedProperties,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs)
|
|
AbstractSerialStateHolder(Object userBean,
Map<String,ResultLoaderMap.LoadPair> unloadedProperties,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs)
|
|
| Uses of ObjectFactory in org.apache.ibatis.executor.loader.cglib |
|---|
| Methods in org.apache.ibatis.executor.loader.cglib with parameters of type ObjectFactory | |
|---|---|
Object |
CglibProxyFactory.createDeserializationProxy(Object target,
Map<String,ResultLoaderMap.LoadPair> 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)
|
| Uses of ObjectFactory in org.apache.ibatis.executor.loader.javassist |
|---|
| Methods in org.apache.ibatis.executor.loader.javassist with parameters of type ObjectFactory | |
|---|---|
Object |
JavassistProxyFactory.createDeserializationProxy(Object target,
Map<String,ResultLoaderMap.LoadPair> unloadedProperties,
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)
|
| Uses of ObjectFactory in org.apache.ibatis.executor.result |
|---|
| Constructors in org.apache.ibatis.executor.result with parameters of type ObjectFactory | |
|---|---|
DefaultMapResultHandler(String mapKey,
ObjectFactory objectFactory,
ObjectWrapperFactory objectWrapperFactory)
|
|
DefaultResultHandler(ObjectFactory objectFactory)
|
|
| Uses of ObjectFactory in org.apache.ibatis.executor.statement |
|---|
| Fields in org.apache.ibatis.executor.statement declared as ObjectFactory | |
|---|---|
protected ObjectFactory |
BaseStatementHandler.objectFactory
|
| Uses of ObjectFactory in org.apache.ibatis.reflection |
|---|
| Fields in org.apache.ibatis.reflection declared as ObjectFactory | |
|---|---|
static ObjectFactory |
SystemMetaObject.DEFAULT_OBJECT_FACTORY
|
| Methods in org.apache.ibatis.reflection that return ObjectFactory | |
|---|---|
ObjectFactory |
MetaObject.getObjectFactory()
|
| Methods in org.apache.ibatis.reflection with parameters of type ObjectFactory | |
|---|---|
static MetaObject |
MetaObject.forObject(Object object,
ObjectFactory objectFactory,
ObjectWrapperFactory objectWrapperFactory)
|
| Uses of ObjectFactory in org.apache.ibatis.reflection.factory |
|---|
| Classes in org.apache.ibatis.reflection.factory that implement ObjectFactory | |
|---|---|
class |
DefaultObjectFactory
|
| Uses of ObjectFactory in org.apache.ibatis.reflection.wrapper |
|---|
| Methods in org.apache.ibatis.reflection.wrapper with parameters of type ObjectFactory | |
|---|---|
MetaObject |
ObjectWrapper.instantiatePropertyValue(String name,
PropertyTokenizer prop,
ObjectFactory objectFactory)
|
MetaObject |
MapWrapper.instantiatePropertyValue(String name,
PropertyTokenizer prop,
ObjectFactory objectFactory)
|
MetaObject |
CollectionWrapper.instantiatePropertyValue(String name,
PropertyTokenizer prop,
ObjectFactory objectFactory)
|
MetaObject |
BeanWrapper.instantiatePropertyValue(String name,
PropertyTokenizer prop,
ObjectFactory objectFactory)
|
| Uses of ObjectFactory in org.apache.ibatis.session |
|---|
| Fields in org.apache.ibatis.session declared as ObjectFactory | |
|---|---|
protected ObjectFactory |
Configuration.objectFactory
|
| Methods in org.apache.ibatis.session that return ObjectFactory | |
|---|---|
ObjectFactory |
Configuration.getObjectFactory()
|
| Methods in org.apache.ibatis.session with parameters of type ObjectFactory | |
|---|---|
void |
Configuration.setObjectFactory(ObjectFactory objectFactory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||