Uses of Interface
org.apache.ibatis.reflection.factory.ObjectFactory
Packages that use ObjectFactory
Package
Description
Contains the statement executors.
Base package for loading results into beans.
CGLIB proxy factory.
Javassist proxy factory.
Contains the result handlers.
Statement handlers.
Reflection utils.
Object factory.
Object wrappers.
Base package.
-
Uses of ObjectFactory in org.apache.ibatis.executor
Constructors in org.apache.ibatis.executor with parameters of type ObjectFactoryModifierConstructorDescriptionResultExtractor
(Configuration configuration, ObjectFactory objectFactory) -
Uses of ObjectFactory in org.apache.ibatis.executor.loader
Fields in org.apache.ibatis.executor.loader declared as ObjectFactoryMethods in org.apache.ibatis.executor.loader with parameters of type ObjectFactoryModifier and TypeMethodDescriptionprotected abstract Object
AbstractSerialStateHolder.createDeserializationProxy
(Object target, Map<String, ResultLoaderMap.LoadPair> unloadedProperties, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs) 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 ObjectFactoryModifierConstructorDescriptionprotected
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 ObjectFactoryModifier and TypeMethodDescriptionCglibProxyFactory.createDeserializationProxy
(Object target, Map<String, ResultLoaderMap.LoadPair> unloadedProperties, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs) Deprecated.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 ObjectFactoryModifier and TypeMethodDescriptionJavassistProxyFactory.createDeserializationProxy
(Object target, Map<String, ResultLoaderMap.LoadPair> unloadedProperties, ObjectFactory objectFactory, List<Class<?>> constructorArgTypes, List<Object> constructorArgs) 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 ObjectFactoryModifierConstructorDescriptionDefaultMapResultHandler
(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 ObjectFactoryModifier and TypeFieldDescriptionprotected final ObjectFactory
BaseStatementHandler.objectFactory
-
Uses of ObjectFactory in org.apache.ibatis.reflection
Fields in org.apache.ibatis.reflection declared as ObjectFactoryModifier and TypeFieldDescriptionstatic final ObjectFactory
SystemMetaObject.DEFAULT_OBJECT_FACTORY
Methods in org.apache.ibatis.reflection that return ObjectFactoryMethods in org.apache.ibatis.reflection with parameters of type ObjectFactoryModifier and TypeMethodDescriptionstatic 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 -
Uses of ObjectFactory in org.apache.ibatis.reflection.wrapper
Methods in org.apache.ibatis.reflection.wrapper with parameters of type ObjectFactoryModifier and TypeMethodDescriptionBeanWrapper.instantiatePropertyValue
(String name, PropertyTokenizer prop, ObjectFactory objectFactory) CollectionWrapper.instantiatePropertyValue
(String name, PropertyTokenizer prop, ObjectFactory objectFactory) MapWrapper.instantiatePropertyValue
(String name, PropertyTokenizer prop, ObjectFactory objectFactory) ObjectWrapper.instantiatePropertyValue
(String name, PropertyTokenizer prop, ObjectFactory objectFactory) -
Uses of ObjectFactory in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as ObjectFactoryMethods in org.apache.ibatis.session that return ObjectFactoryMethods in org.apache.ibatis.session with parameters of type ObjectFactoryModifier and TypeMethodDescriptionvoid
Configuration.setObjectFactory
(ObjectFactory objectFactory)