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 ReflectorFactoryXMLConfigBuilder. 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 ReflectorFactoryDefaultMapResultHandler. reflectorFactoryConstructors 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 ReflectorFactoryDefaultResultSetHandler. reflectorFactory -
Uses of ReflectorFactory in org.apache.ibatis.reflection
Classes in org.apache.ibatis.reflection that implement ReflectorFactory Modifier and Type Class Description classDefaultReflectorFactoryFields in org.apache.ibatis.reflection declared as ReflectorFactory Modifier and Type Field Description private ReflectorFactoryMetaClass. reflectorFactoryprivate ReflectorFactoryMetaObject. reflectorFactoryMethods in org.apache.ibatis.reflection that return ReflectorFactory Modifier and Type Method Description ReflectorFactoryMetaObject. getReflectorFactory()Methods in org.apache.ibatis.reflection with parameters of type ReflectorFactory Modifier and Type Method Description static MetaClassMetaClass. forClass(java.lang.Class<?> type, ReflectorFactory reflectorFactory)static MetaObjectMetaObject. 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 ReflectorFactoryConfiguration. reflectorFactoryMethods in org.apache.ibatis.session that return ReflectorFactory Modifier and Type Method Description ReflectorFactoryConfiguration. getReflectorFactory()Methods in org.apache.ibatis.session with parameters of type ReflectorFactory Modifier and Type Method Description voidConfiguration. setReflectorFactory(ReflectorFactory reflectorFactory)
-