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
All Implemented Interfaces:
AccessPlan

public class PropertyAccessPlan
extends BaseAccessPlan

Property access plan (for working with beans)


Field Summary
protected  Invoker[] getters
           
protected static Object[] NO_ARGUMENTS
           
protected  Invoker[] setters
           
 
Fields inherited from class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
clazz, info, propertyNames
 
Method Summary
 Object[] getProperties(Object object)
          Gets all of the properties of a bean
 void setProperties(Object object, Object[] values)
          Sets all of the properties of a bean
 
Methods inherited from class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
getGetterNames, getGetters, getSetterNames, getSetters, getTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_ARGUMENTS

protected static final Object[] NO_ARGUMENTS

setters

protected Invoker[] setters

getters

protected Invoker[] getters
Method Detail

setProperties

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

Parameters:
object - - the bean
values - - the property values

getProperties

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

Parameters:
object - - the bean
Returns:
the properties


Copyright © 2010. All Rights Reserved.