com.ibatis.sqlmap.engine.accessplan

Class BaseAccessPlan

public abstract class BaseAccessPlan extends Object implements AccessPlan

Base implementation of the AccessPlan interface
Field Summary
protected Classclazz
protected ClassInfoinfo
protected String[]propertyNames
Method Summary
protected String[]getGetterNames(String[] propertyNames)
protected Invoker[]getGetters(String[] propertyNames)
protected String[]getSetterNames(String[] propertyNames)
protected Invoker[]getSetters(String[] propertyNames)
protected Class[]getTypes(String[] propertyNames)

Field Detail

clazz

protected Class clazz

info

protected ClassInfo info

propertyNames

protected String[] propertyNames

Method Detail

getGetterNames

protected String[] getGetterNames(String[] propertyNames)

getGetters

protected Invoker[] getGetters(String[] propertyNames)

getSetterNames

protected String[] getSetterNames(String[] propertyNames)

getSetters

protected Invoker[] getSetters(String[] propertyNames)

getTypes

protected Class[] getTypes(String[] propertyNames)
Copyright © 2011. All Rights Reserved.