Class EnhancedPropertyAccessPlan

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

public class EnhancedPropertyAccessPlan extends BaseAccessPlan
Enhanced PropertyAccessPlan (for working with beans using CG Lib).
  • 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