|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
java.lang.Objectcom.ibatis.sqlmap.engine.accessplan.BaseAccessPlan
com.ibatis.sqlmap.engine.accessplan.EnhancedPropertyAccessPlan
public class EnhancedPropertyAccessPlan
Enhanced PropertyAccessPlan (for working with beans using CG Lib)
字段摘要 |
---|
Fields inherited from class com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan |
---|
clazz, info, propertyNames |
方法摘要 | |
---|---|
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 |
类方法继承: com.ibatis.sqlmap.engine.accessplan.BaseAccessPlan |
---|
getGetterNames, getGetters, getSetterNames, getSetters, getTypes |
类方法继承: java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
方法详细信息 |
---|
public void setProperties(java.lang.Object object, java.lang.Object[] values)
AccessPlan
object
- - the beanvalues
- - the property valuespublic java.lang.Object[] getProperties(java.lang.Object object)
AccessPlan
object
- - the bean
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |