@Deprecated
public class EntityChangedInterceptor
extends java.lang.Object
implements org.apache.ibatis.plugin.Interceptor
| Constructor and Description |
|---|
EntityChangedInterceptor()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
intercept(org.apache.ibatis.plugin.Invocation invocation)
Deprecated.
|
java.lang.Object |
plugin(java.lang.Object target)
Deprecated.
|
void |
setProperties(java.util.Properties properties)
Deprecated.
|
public java.lang.Object intercept(org.apache.ibatis.plugin.Invocation invocation)
throws java.lang.Throwable
intercept in interface org.apache.ibatis.plugin.Interceptorjava.lang.Throwablepublic java.lang.Object plugin(java.lang.Object target)
plugin in interface org.apache.ibatis.plugin.Interceptorpublic void setProperties(java.util.Properties properties)
setProperties in interface org.apache.ibatis.plugin.Interceptor