|
||||||||||
上一个 下一个 | 框架 无框架 |
Packages that use Invoker | |
---|---|
com.ibatis.common.beans | |
com.ibatis.sqlmap.engine.accessplan |
Uses of Invoker in com.ibatis.common.beans |
---|
Classes in com.ibatis.common.beans that implement Invoker | |
---|---|
class |
GetFieldInvoker
|
class |
MethodInvoker
|
class |
SetFieldInvoker
|
Methods in com.ibatis.common.beans that return Invoker | |
---|---|
Invoker |
ClassInfo.getGetInvoker(java.lang.String propertyName)
|
Invoker |
ClassInfo.getSetInvoker(java.lang.String propertyName)
|
Uses of Invoker in com.ibatis.sqlmap.engine.accessplan |
---|
Fields in com.ibatis.sqlmap.engine.accessplan declared as Invoker | |
---|---|
protected Invoker[] |
PropertyAccessPlan.getters
|
protected Invoker[] |
PropertyAccessPlan.setters
|
Methods in com.ibatis.sqlmap.engine.accessplan that return Invoker | |
---|---|
protected Invoker[] |
BaseAccessPlan.getGetters(java.lang.String[] propertyNames)
|
protected Invoker[] |
BaseAccessPlan.getSetters(java.lang.String[] propertyNames)
|
|
||||||||||
上一个 下一个 | 框架 无框架 |