org.apache.ibatis.plugin
Interface Interceptor


public interface Interceptor


Method Summary
 java.lang.Object intercept(Invocation invocation)
           
 java.lang.Object plugin(java.lang.Object target)
           
 void setProperties(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)


Copyright © 2010 MyBatis.org. All Rights Reserved.