org.apache.ibatis.reflection.wrapper
Class BaseWrapper
java.lang.Object
org.apache.ibatis.reflection.wrapper.BaseWrapper
- All Implemented Interfaces:
- ObjectWrapper
- Direct Known Subclasses:
- BeanWrapper, MapWrapper
public abstract class BaseWrapper
- extends Object
- implements ObjectWrapper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.ibatis.reflection.wrapper.ObjectWrapper |
add, addAll, findProperty, get, getGetterNames, getGetterType, getSetterNames, getSetterType, hasGetter, hasSetter, instantiatePropertyValue, isCollection, set |
NO_ARGUMENTS
protected static final Object[] NO_ARGUMENTS
metaObject
protected MetaObject metaObject
BaseWrapper
protected BaseWrapper(MetaObject metaObject)
resolveCollection
protected Object resolveCollection(PropertyTokenizer prop,
Object object)
getCollectionValue
protected Object getCollectionValue(PropertyTokenizer prop,
Object collection)
setCollectionValue
protected void setCollectionValue(PropertyTokenizer prop,
Object collection,
Object value)
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.