jar

com.gitee.lopssh : mybatis-auditlog-plugin

Maven & Gradle

Aug 24, 2018

Mybatis-Auditlog-Plugin · Mybatis-Auditlog-Plugin (数据修改日志插件)

Table Of Contents

Latest Version

Download com.gitee.lopssh : mybatis-auditlog-plugin JAR file - Latest Versions:

All Versions

Download com.gitee.lopssh : mybatis-auditlog-plugin JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mybatis-auditlog-plugin-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.gitee.lopssh.plugin.mybatis.auditlog.domain

├─ com.gitee.lopssh.plugin.mybatis.auditlog.domain.AuditLog.class - [JAR]

com.gitee.lopssh.plugin.mybatis.auditlog.interceptor

├─ com.gitee.lopssh.plugin.mybatis.auditlog.interceptor.SQLAuditLogInterceptor.class - [JAR]

com.gitee.lopssh.plugin.mybatis.auditlog.interceptor.handler

├─ com.gitee.lopssh.plugin.mybatis.auditlog.interceptor.handler.AbstractSQLAuditHandler.class - [JAR]

├─ com.gitee.lopssh.plugin.mybatis.auditlog.interceptor.handler.AbstractSQLHandler.class - [JAR]

├─ com.gitee.lopssh.plugin.mybatis.auditlog.interceptor.handler.AuditLogTableCreator.class - [JAR]

├─ com.gitee.lopssh.plugin.mybatis.auditlog.interceptor.handler.DBMetaDataHolder.class - [JAR]

├─ com.gitee.lopssh.plugin.mybatis.auditlog.interceptor.handler.ISQLHandler.class - [JAR]

├─ com.gitee.lopssh.plugin.mybatis.auditlog.interceptor.handler.MySqlDeleteSqlAuditHandler.class - [JAR]

├─ com.gitee.lopssh.plugin.mybatis.auditlog.interceptor.handler.MySqlInsertSQLAuditHandler.class - [JAR]

├─ com.gitee.lopssh.plugin.mybatis.auditlog.interceptor.handler.MySqlUpdateSQLAuditHandler.class - [JAR]