Uses of Interface
com.ibatis.common.beans.Invoker
Packages that use Invoker
-
Uses of Invoker in com.ibatis.common.beans
Classes in com.ibatis.common.beans that implement InvokerModifier and TypeClassDescriptionclassThe Class GetFieldInvoker.classThe Class MethodInvoker.classThe Class SetFieldInvoker.Methods in com.ibatis.common.beans that return InvokerModifier and TypeMethodDescriptionClassInfo.getGetInvoker(String propertyName) Gets the gets the invoker.ClassInfo.getSetInvoker(String propertyName) Gets the sets the invoker. -
Uses of Invoker in com.ibatis.sqlmap.engine.accessplan
Fields in com.ibatis.sqlmap.engine.accessplan declared as InvokerModifier and TypeFieldDescriptionprotected Invoker[]PropertyAccessPlan.gettersThe getters.protected Invoker[]PropertyAccessPlan.settersThe setters.Methods in com.ibatis.sqlmap.engine.accessplan that return InvokerModifier and TypeMethodDescriptionprotected Invoker[]BaseAccessPlan.getGetters(String[] propertyNames) Gets the getters.protected Invoker[]BaseAccessPlan.getSetters(String[] propertyNames) Gets the setters.