
edi.rule.frame.mybatis.dao.MapperForMysql Maven / Gradle / Ivy
package edi.rule.frame.mybatis.dao;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import edi.rule.config.JSRuleContext;
import edi.rule.config.JSRuleMessage;
import edi.rule.work.custom.JSRuleException;
import edi.rule.work.interfaces.IJSRuleMybatisMapper;
public interface MapperForMysql extends IJSRuleMybatisMapper{
int addDataWithKey(String tableName,Map beanMap,Map fields);
/*mysql特殊语法,要求所有数据集合中的所有数据的列数相同*/
int addDataListForMysql(String tableName, Map firstData, List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy