JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.apache.ibatis.plugin.Invocation
Packages that use
Invocation
Package
Description
org.apache.ibatis.plugin
Base package for handing plugins.
Uses of
Invocation
in
org.apache.ibatis.plugin
Methods in
org.apache.ibatis.plugin
with parameters of type
Invocation
Modifier and Type
Method
Description
Object
Interceptor.
intercept
(
Invocation
invocation)