Uses of Interface
org.apache.ibatis.reflection.ReflectorFactory
-
Packages that use ReflectorFactory Package Description org.apache.ibatis.executor.result Contains the result handlers.org.apache.ibatis.reflection Reflection utils.org.apache.ibatis.session Base package. -
-
Uses of ReflectorFactory in org.apache.ibatis.executor.result
Constructors in org.apache.ibatis.executor.result with parameters of type ReflectorFactory Constructor Description DefaultMapResultHandler(java.lang.String mapKey, ObjectFactory objectFactory, ObjectWrapperFactory objectWrapperFactory, ReflectorFactory reflectorFactory)
-
Uses of ReflectorFactory in org.apache.ibatis.reflection
Classes in org.apache.ibatis.reflection that implement ReflectorFactory Modifier and Type Class Description class
DefaultReflectorFactory
Methods in org.apache.ibatis.reflection that return ReflectorFactory Modifier and Type Method Description ReflectorFactory
MetaObject. getReflectorFactory()
Methods in org.apache.ibatis.reflection with parameters of type ReflectorFactory Modifier and Type Method Description static MetaClass
MetaClass. forClass(java.lang.Class<?> type, ReflectorFactory reflectorFactory)
static MetaObject
MetaObject. forObject(java.lang.Object object, ObjectFactory objectFactory, ObjectWrapperFactory objectWrapperFactory, ReflectorFactory reflectorFactory)
-
Uses of ReflectorFactory in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as ReflectorFactory Modifier and Type Field Description protected ReflectorFactory
Configuration. reflectorFactory
Methods in org.apache.ibatis.session that return ReflectorFactory Modifier and Type Method Description ReflectorFactory
Configuration. getReflectorFactory()
Methods in org.apache.ibatis.session with parameters of type ReflectorFactory Modifier and Type Method Description void
Configuration. setReflectorFactory(ReflectorFactory reflectorFactory)
-