类 OperationLogInterceptor

java.lang.Object
com.elitesland.ystdms.sys.operationlog.OperationLogInterceptor
所有已实现的接口:
com.mybatisflex.annotation.InsertListener, com.mybatisflex.annotation.Listener, com.mybatisflex.annotation.UpdateListener, Comparable<com.mybatisflex.annotation.Listener>

@Component public class OperationLogInterceptor extends Object implements com.mybatisflex.annotation.UpdateListener, com.mybatisflex.annotation.InsertListener
操作日志拦截器
  • 构造器详细资料

    • OperationLogInterceptor

      public OperationLogInterceptor()
  • 方法详细资料

    • onUpdate

      public void onUpdate(Object entity)
      指定者:
      onUpdate 在接口中 com.mybatisflex.annotation.UpdateListener
    • onInsert

      public void onInsert(Object entity)
      指定者:
      onInsert 在接口中 com.mybatisflex.annotation.InsertListener