com.ibatis.sqlmap.engine.accessplan
Class PropertyAccessPlan

java.lang.Object
  extended by com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
      extended by com.ibatis.sqlmap.engine.accessplan.PropertyAccessPlan
所有已实现接口:
AccessPlan

public class PropertyAccessPlan
extends BaseAccessPlan

Property access plan (for working with beans)


字段摘要
protected  Invoker[] getters
           
protected static java.lang.Object[] NO_ARGUMENTS
           
protected  Invoker[] setters
           
 
Fields inherited from class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
clazz, info, propertyNames
 
方法摘要
 java.lang.Object[] getProperties(java.lang.Object object)
          Gets all of the properties of a bean
 void setProperties(java.lang.Object object, java.lang.Object[] values)
          Sets all of the properties of a bean
 
类方法继承: com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
getGetterNames, getGetters, getSetterNames, getSetters, getTypes
 
类方法继承: java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

NO_ARGUMENTS

protected static final java.lang.Object[] NO_ARGUMENTS

setters

protected Invoker[] setters

getters

protected Invoker[] getters
方法详细信息

setProperties

public void setProperties(java.lang.Object object,
                          java.lang.Object[] values)
Description copied from interface: AccessPlan
Sets all of the properties of a bean

参数:
object - - the bean
values - - the property values

getProperties

public java.lang.Object[] getProperties(java.lang.Object object)
Description copied from interface: AccessPlan
Gets all of the properties of a bean

参数:
object - - the bean
返回:
the properties