com.ibatis.sqlmap.engine.accessplan
Class MapAccessPlan
java.lang.Object
com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
com.ibatis.sqlmap.engine.accessplan.MapAccessPlan
- All Implemented Interfaces:
- AccessPlan
public class MapAccessPlan
- extends BaseAccessPlan
Access plan for working with Maps
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setProperties
public void setProperties(Object object,
Object[] values)
- Description copied from interface:
AccessPlan
- Sets all of the properties of a bean
- Parameters:
object
- - the beanvalues
- - 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.