Uses of Class
com.ibatis.common.beans.PropertyAccessPlan

Packages that use PropertyAccessPlan
com.ibatis.common.beans   
 

Uses of PropertyAccessPlan in com.ibatis.common.beans
 

Fields in com.ibatis.common.beans declared as PropertyAccessPlan
private  PropertyAccessPlan[] PropertyAccessPlan.memberPlans
           
 

Methods in com.ibatis.common.beans with parameters of type PropertyAccessPlan
private  void PropertyAccessPlan.getProperties(PropertyAccessPlan plan, java.lang.Object object, java.lang.Object[] values)