Uses of Interface
com.ibatis.sqlmap.engine.accessplan.AccessPlan
Packages that use AccessPlan
-
Uses of AccessPlan in com.ibatis.sqlmap.engine.accessplan
Classes in com.ibatis.sqlmap.engine.accessplan that implement AccessPlanModifier and TypeClassDescriptionclassBase implementation of the AccessPlan interface.classAccess plan for working with beans.classEnhanced PropertyAccessPlan (for working with beans using CG Lib).classAccess plan for working with Maps.classProperty access plan (for working with beans).Methods in com.ibatis.sqlmap.engine.accessplan that return AccessPlanModifier and TypeMethodDescriptionstatic AccessPlanAccessPlanFactory.getAccessPlan(Class clazz, String[] propertyNames) Creates an access plan for working with a bean.