Class MapAccessPlan
java.lang.Object
com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
com.ibatis.sqlmap.engine.accessplan.MapAccessPlan
- All Implemented Interfaces:
AccessPlan
Access plan for working with Maps.
-
Field Summary
Fields inherited from class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
clazz, info, propertyNames -
Method Summary
Modifier and TypeMethodDescriptionObject[]getProperties(Object object) Gets all of the properties of a bean.voidsetProperties(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
-
Method Details
-
setProperties
Description copied from interface:AccessPlanSets all of the properties of a bean.- Parameters:
object- - the beanvalues- - the property values
-
getProperties
Description copied from interface:AccessPlanGets all of the properties of a bean.- Parameters:
object- - the bean- Returns:
- the properties
-