org.apache.ibatis.plugin
Interface Interceptor


public interface Interceptor


Method Summary
 Object intercept(Invocation invocation)
           
 Object plugin(Object target)
           
 void setProperties(Properties properties)
           
 

Method Detail

intercept

Object intercept(Invocation invocation)
                 throws Throwable
Throws:
Throwable

plugin

Object plugin(Object target)

setProperties

void setProperties(Properties properties)


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