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

im.shs.tick.mybatis.injector.methods.InsertIgnore Maven / Gradle / Ivy

The newest version!
package im.shs.tick.mybatis.injector.methods;

import im.shs.tick.mybatis.injector.CustomSqlMethod;

/**
 * 插入一条数据(选择字段插入)插入如果中已经存在相同的记录,则忽略当前新数据
 *
 * @author SimpleJuly
 */
public class InsertIgnore extends AbstractInsertMethod {

	public InsertIgnore() {
		super(CustomSqlMethod.INSERT_IGNORE_ONE);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy