com.ibatis.sqlmap.engine.accessplan
Interface AccessPlan

All Known Implementing Classes:
BaseAccessPlan

public interface AccessPlan

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


Method Summary
 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
 

Method Detail

setProperties

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

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

getProperties

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

Parameters:
object - - the bean
Returns:
the properties