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

- All Known Implementing Classes:
- BaseAccessPlan
- public interface AccessPlan
An interface to make access to resources consistent, regardless of type.
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 |
Method Detail |
setProperties
public void setProperties(java.lang.Object object, java.lang.Object[] values)
- Sets all of the properties of a bean
getProperties
public java.lang.Object[] getProperties(java.lang.Object object)
- 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 |