com.ibatis.sqlmap.engine.accessplan
Class BaseAccessPlan
java.lang.Object
com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
- All Implemented Interfaces:
- AccessPlan
- Direct Known Subclasses:
- ComplexAccessPlan, EnhancedPropertyAccessPlan, MapAccessPlan, PropertyAccessPlan
public abstract class BaseAccessPlan
- extends Object
- implements AccessPlan
Base implementation of the AccessPlan interface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
clazz
protected Class clazz
propertyNames
protected String[] propertyNames
info
protected ClassInfo info
getTypes
protected Class[] getTypes(String[] propertyNames)
getGetters
protected Invoker[] getGetters(String[] propertyNames)
getSetters
protected Invoker[] getSetters(String[] propertyNames)
getGetterNames
protected String[] getGetterNames(String[] propertyNames)
getSetterNames
protected String[] getSetterNames(String[] propertyNames)
Copyright © 2010. All Rights Reserved.