|
|||||||||
Home >> All >> com >> ibatis >> sqlmap >> engine >> [ accessplan overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.ibatis.sqlmap.engine.accessplan
Class ComplexAccessPlan

java.lang.Objectcom.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
com.ibatis.sqlmap.engine.accessplan.ComplexAccessPlan
- All Implemented Interfaces:
- AccessPlan
- public class ComplexAccessPlan
- extends BaseAccessPlan
Access plan for working with beans
Field Summary | |
private static com.ibatis.common.beans.Probe |
PROBE
|
Fields inherited from class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan |
clazz, info, propertyNames |
Constructor Summary | |
(package private) |
ComplexAccessPlan(java.lang.Class clazz,
java.lang.String[] propertyNames)
|
Method Summary | |
java.lang.Object[] |
getProperties(java.lang.Object object)
Gets all of the properties of a bean |
void |
setProperties(java.lang.Object object,
java.lang.Object[] values)
Sets all of the properties of a bean |
Methods inherited from class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan |
getGetterNames, getGetters, getSetterNames, getSetters, getTypes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
PROBE
private static final com.ibatis.common.beans.Probe PROBE
Constructor Detail |
ComplexAccessPlan
ComplexAccessPlan(java.lang.Class clazz, java.lang.String[] propertyNames)
Method Detail |
setProperties
public void setProperties(java.lang.Object object, java.lang.Object[] values)
- Description copied from interface:
AccessPlan
- Sets all of the properties of a bean
getProperties
public java.lang.Object[] getProperties(java.lang.Object object)
- Description copied from interface:
AccessPlan
- Gets all of the properties of a bean
|
|||||||||
Home >> All >> com >> ibatis >> sqlmap >> engine >> [ accessplan overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |