Uses of Interface
org.apache.ibatis.reflection.ReflectorFactory
Packages that use ReflectorFactory
Package
Description
Parses XML files to create a Configuration.
Contains the result handlers.
Contains the result processing logic.
Reflection utils.
Base package.
-
Uses of ReflectorFactory in org.apache.ibatis.builder.xml
Fields in org.apache.ibatis.builder.xml declared as ReflectorFactoryModifier and TypeFieldDescriptionprivate final ReflectorFactory
XMLConfigBuilder.localReflectorFactory
-
Uses of ReflectorFactory in org.apache.ibatis.executor.result
Fields in org.apache.ibatis.executor.result declared as ReflectorFactoryModifier and TypeFieldDescriptionprivate final ReflectorFactory
DefaultMapResultHandler.reflectorFactory
Constructors in org.apache.ibatis.executor.result with parameters of type ReflectorFactoryModifierConstructorDescriptionDefaultMapResultHandler
(String mapKey, ObjectFactory objectFactory, ObjectWrapperFactory objectWrapperFactory, ReflectorFactory reflectorFactory) -
Uses of ReflectorFactory in org.apache.ibatis.executor.resultset
Fields in org.apache.ibatis.executor.resultset declared as ReflectorFactoryModifier and TypeFieldDescriptionprivate final ReflectorFactory
DefaultResultSetHandler.reflectorFactory
-
Uses of ReflectorFactory in org.apache.ibatis.reflection
Classes in org.apache.ibatis.reflection that implement ReflectorFactoryFields in org.apache.ibatis.reflection declared as ReflectorFactoryModifier and TypeFieldDescriptionprivate final ReflectorFactory
MetaClass.reflectorFactory
private final ReflectorFactory
MetaObject.reflectorFactory
Methods in org.apache.ibatis.reflection that return ReflectorFactoryMethods in org.apache.ibatis.reflection with parameters of type ReflectorFactoryModifier and TypeMethodDescriptionstatic MetaClass
MetaClass.forClass
(Class<?> type, ReflectorFactory reflectorFactory) static MetaObject
MetaObject.forObject
(Object object, ObjectFactory objectFactory, ObjectWrapperFactory objectWrapperFactory, ReflectorFactory reflectorFactory) Constructors in org.apache.ibatis.reflection with parameters of type ReflectorFactoryModifierConstructorDescriptionprivate
MetaClass
(Class<?> type, ReflectorFactory reflectorFactory) private
MetaObject
(Object object, ObjectFactory objectFactory, ObjectWrapperFactory objectWrapperFactory, ReflectorFactory reflectorFactory) -
Uses of ReflectorFactory in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as ReflectorFactoryMethods in org.apache.ibatis.session that return ReflectorFactoryMethods in org.apache.ibatis.session with parameters of type ReflectorFactoryModifier and TypeMethodDescriptionvoid
Configuration.setReflectorFactory
(ReflectorFactory reflectorFactory)