|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectFactory | |
---|---|
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. |
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 | |
---|---|
static Object |
ResultObjectProxy.createDeserializationProxy(Object target,
Set<String> unloadedProperties,
ObjectFactory objectFactory,
List<Class<?>> constructorArgTypes,
List<Object> constructorArgs)
|
static Object |
ResultObjectProxy.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)
|
|
DefaultResultHandler(ObjectFactory objectFactory)
|
Uses of ObjectFactory in org.apache.ibatis.executor.resultset |
---|
Fields in org.apache.ibatis.executor.resultset declared as ObjectFactory | |
---|---|
protected ObjectFactory |
FastResultSetHandler.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 |
MetaObject.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 |