Package org.apache.ibatis.plugin
Interface Interceptor
-
public interface Interceptor- Author:
- Clinton Begin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectintercept(Invocation invocation)java.lang.Objectplugin(java.lang.Object target)voidsetProperties(java.util.Properties properties)
-
-
-
Method Detail
-
intercept
java.lang.Object intercept(Invocation invocation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
plugin
java.lang.Object plugin(java.lang.Object target)
-
setProperties
void setProperties(java.util.Properties properties)
-
-