Uses of Interface
org.apache.ibatis.reflection.factory.ObjectFactory
-
Packages that use ObjectFactory Package Description org.apache.ibatis.executor Contains the statement executors.org.apache.ibatis.executor.loader Base package for loading results into beans.org.apache.ibatis.executor.loader.cglib CGLIB proxy factory.org.apache.ibatis.executor.loader.javassist Javassist proxy factory.org.apache.ibatis.executor.result Contains the result handlers.org.apache.ibatis.executor.statement Statement handlers.org.apache.ibatis.reflection Reflection utils.org.apache.ibatis.reflection.factory Object factory.org.apache.ibatis.reflection.wrapper Object wrappers.org.apache.ibatis.session Base package. -
-
Uses of ObjectFactory in org.apache.ibatis.executor
Constructors in org.apache.ibatis.executor with parameters of type ObjectFactory Constructor Description ResultExtractor(Configuration configuration, ObjectFactory objectFactory)
-
Uses of ObjectFactory in org.apache.ibatis.executor.loader
Fields in org.apache.ibatis.executor.loader declared as ObjectFactory Modifier and Type Field Description protected ObjectFactory
ResultLoader. objectFactory
Methods in org.apache.ibatis.executor.loader with parameters of type ObjectFactory Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description Object
CglibProxyFactory. createDeserializationProxy(Object target, Map<String,ResultLoaderMap.LoadPair> unloadedProperties, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
Deprecated.Object
CglibProxyFactory. createProxy(Object target, ResultLoaderMap lazyLoader, Configuration configuration, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs)
Deprecated. -
Uses of ObjectFactory in org.apache.ibatis.executor.loader.javassist
Methods in org.apache.ibatis.executor.loader.javassist with parameters of type ObjectFactory Modifier and Type Method Description 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 Constructor Description DefaultMapResultHandler(String mapKey, ObjectFactory objectFactory, ObjectWrapperFactory objectWrapperFactory, ReflectorFactory reflectorFactory)
DefaultResultHandler(ObjectFactory objectFactory)
-
Uses of ObjectFactory in org.apache.ibatis.executor.statement
Fields in org.apache.ibatis.executor.statement declared as ObjectFactory Modifier and Type Field Description protected ObjectFactory
BaseStatementHandler. objectFactory
-
Uses of ObjectFactory in org.apache.ibatis.reflection
Fields in org.apache.ibatis.reflection declared as ObjectFactory Modifier and Type Field Description static ObjectFactory
SystemMetaObject. DEFAULT_OBJECT_FACTORY
Methods in org.apache.ibatis.reflection that return ObjectFactory Modifier and Type Method Description ObjectFactory
MetaObject. getObjectFactory()
Methods in org.apache.ibatis.reflection with parameters of type ObjectFactory Modifier and Type Method Description static MetaObject
MetaObject. forObject(Object object, ObjectFactory objectFactory, ObjectWrapperFactory objectWrapperFactory, ReflectorFactory reflectorFactory)
-
Uses of ObjectFactory in org.apache.ibatis.reflection.factory
Classes in org.apache.ibatis.reflection.factory that implement ObjectFactory Modifier and Type Class Description class
DefaultObjectFactory
-
Uses of ObjectFactory in org.apache.ibatis.reflection.wrapper
Methods in org.apache.ibatis.reflection.wrapper with parameters of type ObjectFactory Modifier and Type Method Description MetaObject
BeanWrapper. 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)
MetaObject
ObjectWrapper. instantiatePropertyValue(String name, PropertyTokenizer prop, ObjectFactory objectFactory)
-
Uses of ObjectFactory in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as ObjectFactory Modifier and Type Field Description protected ObjectFactory
Configuration. objectFactory
Methods in org.apache.ibatis.session that return ObjectFactory Modifier and Type Method Description ObjectFactory
Configuration. getObjectFactory()
Methods in org.apache.ibatis.session with parameters of type ObjectFactory Modifier and Type Method Description void
Configuration. setObjectFactory(ObjectFactory objectFactory)
-