com.ibatis.sqlmap.engine.accessplan
Interface AccessPlan

All Known Implementing Classes:
BaseAccessPlan, ComplexAccessPlan, EnhancedPropertyAccessPlan, MapAccessPlan, PropertyAccessPlan

public interface AccessPlan

An interface to make access to resources consistent, regardless of type.


方法摘要
 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
 

方法详细信息

setProperties

void setProperties(java.lang.Object object,
                   java.lang.Object[] values)
Sets all of the properties of a bean

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

getProperties

java.lang.Object[] getProperties(java.lang.Object object)
Gets all of the properties of a bean

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