类 SensitiveEncryptInterceptor

java.lang.Object
top.zephyrs.mybatis.semi.plugins.sensitive.SensitiveEncryptInterceptor
所有已实现的接口:
org.apache.ibatis.plugin.Interceptor

@Intercepts(@Signature(type=org.apache.ibatis.executor.parameter.ParameterHandler.class,method="setParameters",args=java.sql.PreparedStatement.class)) public class SensitiveEncryptInterceptor extends Object implements org.apache.ibatis.plugin.Interceptor
敏感数据加解密存储
  • 构造器详细资料

    • SensitiveEncryptInterceptor

      public SensitiveEncryptInterceptor(SensitiveConfig config)
  • 方法详细资料

    • intercept

      public Object intercept(org.apache.ibatis.plugin.Invocation invocation) throws Throwable
      指定者:
      intercept 在接口中 org.apache.ibatis.plugin.Interceptor
      抛出:
      Throwable
    • plugin

      public Object plugin(Object target)
      指定者:
      plugin 在接口中 org.apache.ibatis.plugin.Interceptor