Class PropertyAccessPlan

java.lang.Object
com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
com.ibatis.sqlmap.engine.accessplan.PropertyAccessPlan
All Implemented Interfaces:
AccessPlan

public class PropertyAccessPlan extends BaseAccessPlan
Property access plan (for working with beans).
  • Field Details

    • NO_ARGUMENTS

      protected static final Object[] NO_ARGUMENTS
      The Constant NO_ARGUMENTS.
    • setters

      protected Invoker[] setters
      The setters.
    • getters

      protected Invoker[] getters
      The getters.
  • 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