Uses of Interface
org.apache.ibatis.reflection.invoker.Invoker

Packages that use Invoker
org.apache.ibatis.reflection TODO fillme. 
org.apache.ibatis.reflection.invoker TODO fillme. 
 

Uses of Invoker in org.apache.ibatis.reflection
 

Methods in org.apache.ibatis.reflection that return Invoker
 Invoker Reflector.getGetInvoker(String propertyName)
           
 Invoker MetaClass.getGetInvoker(String name)
           
 Invoker Reflector.getSetInvoker(String propertyName)
           
 Invoker MetaClass.getSetInvoker(String name)
           
 

Uses of Invoker in org.apache.ibatis.reflection.invoker
 

Classes in org.apache.ibatis.reflection.invoker that implement Invoker
 class GetFieldInvoker
           
 class MethodInvoker
           
 class SetFieldInvoker
           
 



Copyright © 2010-2012 MyBatis.org. All Rights Reserved.