Class Hierarchy
- java.lang.Object
- org.apache.ibatis.plugin.InterceptorChain
 - org.apache.ibatis.plugin.Invocation
 - org.apache.ibatis.plugin.Plugin (implements java.lang.reflect.InvocationHandler)
 - java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.apache.ibatis.exceptions.IbatisException
- org.apache.ibatis.exceptions.PersistenceException
- org.apache.ibatis.plugin.PluginException
 
 
 - org.apache.ibatis.exceptions.PersistenceException
 
 - org.apache.ibatis.exceptions.IbatisException
 
 - java.lang.RuntimeException
 
 - java.lang.Exception
 
 
Interface Hierarchy
- org.apache.ibatis.plugin.Interceptor
 
Annotation Type Hierarchy
- org.apache.ibatis.plugin.Intercepts (implements java.lang.annotation.Annotation)
 - org.apache.ibatis.plugin.Signature (implements java.lang.annotation.Annotation)