@Intercepts(value=@Signature(method="update",type=org.apache.ibatis.executor.Executor.class,args={org.apache.ibatis.mapping.MappedStatement.class,java.lang.Object.class}))
public class EncryptionInterceptor
extends Object
implements org.apache.ibatis.plugin.Interceptor
| 构造器和说明 |
|---|
EncryptionInterceptor(IEncryptor encryptor) |
public EncryptionInterceptor(IEncryptor encryptor)
public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws IllegalAccessException, InvocationTargetException
intercept 在接口中 org.apache.ibatis.plugin.Interceptorinvocation - 被调用的对象IllegalAccessExceptionInvocationTargetExceptionCopyright © 2023 juhewu. All rights reserved.