com.ibatis.sqlmap.engine.accessplan
Interface AccessPlan
- All Known Implementing Classes:
- BaseAccessPlan
- public interface AccessPlan
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 |
setProperties
public void setProperties(java.lang.Object object,
java.lang.Object[] values)
- Sets all of the properties of a bean
- Parameters:
object
- - the beanvalues
- - 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