Uses of Interface
org.apache.ibatis.reflection.wrapper.ObjectWrapperFactory
Packages that use ObjectWrapperFactory
Package
Description
Contains the result handlers.
Reflection utils.
Object wrappers.
Base package.
-
Uses of ObjectWrapperFactory in org.apache.ibatis.executor.result
Constructors in org.apache.ibatis.executor.result with parameters of type ObjectWrapperFactoryModifierConstructorDescriptionDefaultMapResultHandler(String mapKey, ObjectFactory objectFactory, ObjectWrapperFactory objectWrapperFactory, ReflectorFactory reflectorFactory) -
Uses of ObjectWrapperFactory in org.apache.ibatis.reflection
Fields in org.apache.ibatis.reflection declared as ObjectWrapperFactoryModifier and TypeFieldDescriptionstatic final ObjectWrapperFactorySystemMetaObject.DEFAULT_OBJECT_WRAPPER_FACTORYMethods in org.apache.ibatis.reflection that return ObjectWrapperFactoryMethods in org.apache.ibatis.reflection with parameters of type ObjectWrapperFactoryModifier and TypeMethodDescriptionstatic MetaObjectMetaObject.forObject(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 -
Uses of ObjectWrapperFactory in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as ObjectWrapperFactoryModifier and TypeFieldDescriptionprotected ObjectWrapperFactoryConfiguration.objectWrapperFactoryMethods in org.apache.ibatis.session that return ObjectWrapperFactoryMethods in org.apache.ibatis.session with parameters of type ObjectWrapperFactoryModifier and TypeMethodDescriptionvoidConfiguration.setObjectWrapperFactory(ObjectWrapperFactory objectWrapperFactory)