Package me.ahoo.cosid.mybatis
Class CosIdPlugin
java.lang.Object
me.ahoo.cosid.mybatis.CosIdPlugin
- All Implemented Interfaces:
org.apache.ibatis.plugin.Interceptor
@Intercepts(@Signature(type=org.apache.ibatis.executor.Executor.class,method="update",args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class}))
public class CosIdPlugin
extends Object
implements org.apache.ibatis.plugin.Interceptor
CosId Plugin.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionCosIdPlugin
(CosIdAccessorRegistry accessorRegistry) CosIdPlugin
(CosIdAccessorRegistry accessorRegistry, String listKey) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.ibatis.plugin.Interceptor
plugin, setProperties
-
Field Details
-
DEFAULT_LIST_KEY
- See Also:
-
-
Constructor Details
-
CosIdPlugin
-
CosIdPlugin
-
-
Method Details
-
intercept
- Specified by:
intercept
in interfaceorg.apache.ibatis.plugin.Interceptor
- Throws:
Throwable
-