All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tk.mybatis.mapper.code.ORDER Maven / Gradle / Ivy

There is a newer version: 5.0.1
Show newest version
package tk.mybatis.mapper.code;

/**
 * 执行 SQL 的时机
 *
 * @author liuzh
 */
public enum ORDER {
    AFTER, //insert 后执行 SQL
    BEFORE,//insert 前执行 SQL
    DEFAULT//使用全局配置
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy