Class BaseAccessPlan
java.lang.Object
com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
- All Implemented Interfaces:
AccessPlan
- Direct Known Subclasses:
ComplexAccessPlan, EnhancedPropertyAccessPlan, MapAccessPlan, PropertyAccessPlan
Base implementation of the AccessPlan interface.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected String[]getGetterNames(String[] propertyNames) Gets the getter names.protected Invoker[]getGetters(String[] propertyNames) Gets the getters.protected String[]getSetterNames(String[] propertyNames) Gets the setter names.protected Invoker[]getSetters(String[] propertyNames) Gets the setters.protected Class[]Gets the types.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AccessPlan
getProperties, setProperties
-
Field Details
-
clazz
The clazz. -
propertyNames
The property names. -
info
The info.
-
-
Method Details
-
getTypes
-
getGetters
-
getSetters
-
getGetterNames
-
getSetterNames
-