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