Uses of Interface
org.apache.ibatis.reflection.ReflectorFactory
-
Packages that use ReflectorFactory Package Description org.apache.ibatis.builder.xml Parses XML files to create a Configuration.org.apache.ibatis.executor.result Contains the result handlers.org.apache.ibatis.executor.resultset Contains the result processing logic.org.apache.ibatis.reflection Reflection utils.org.apache.ibatis.session Base package. -
-
Uses of ReflectorFactory in org.apache.ibatis.builder.xml
Fields in org.apache.ibatis.builder.xml declared as ReflectorFactory Modifier and Type Field Description private ReflectorFactory
XMLConfigBuilder. localReflectorFactory
-
Uses of ReflectorFactory in org.apache.ibatis.executor.result
Fields in org.apache.ibatis.executor.result declared as ReflectorFactory Modifier and Type Field Description private ReflectorFactory
DefaultMapResultHandler. reflectorFactory
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.executor.resultset
Fields in org.apache.ibatis.executor.resultset declared as ReflectorFactory Modifier and Type Field Description private ReflectorFactory
DefaultResultSetHandler. 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
Fields in org.apache.ibatis.reflection declared as ReflectorFactory Modifier and Type Field Description private ReflectorFactory
MetaClass. reflectorFactory
private ReflectorFactory
MetaObject. reflectorFactory
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)
Constructors in org.apache.ibatis.reflection with parameters of type ReflectorFactory Constructor Description MetaClass(java.lang.Class<?> type, ReflectorFactory reflectorFactory)
MetaObject(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)
-