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 TypeClassDescriptionclass
Base implementation of the AccessPlan interface.class
Access plan for working with beans.class
Enhanced PropertyAccessPlan (for working with beans using CG Lib).class
Access plan for working with Maps.class
Property access plan (for working with beans).Methods in com.ibatis.sqlmap.engine.accessplan that return AccessPlanModifier and TypeMethodDescriptionstatic AccessPlan
AccessPlanFactory.getAccessPlan
(Class clazz, String[] propertyNames) Creates an access plan for working with a bean.