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.
  • Method Details

    • setProperties

      public void setProperties(Object object, Object[] values)
      Description copied from interface: AccessPlan
      Sets all of the properties of a bean.
      Parameters:
      object - - the bean
      values - - 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