public class EzInsertProvider extends Object
static String
BATCH_INSERT_METHOD
INSERT_BY_SQL_METHOD
INSERT_METHOD
EzInsertProvider()
String
batchInsert(Map<String,Object> param)
insert(Map<String,Object> param)
insertBySql(Map<String,Object> param)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String INSERT_METHOD
public static final String BATCH_INSERT_METHOD
public static final String INSERT_BY_SQL_METHOD
public EzInsertProvider()
@MethodName(value="insert") public String insert(Map<String,Object> param)
@MethodName(value="batchInsert") public String batchInsert(Map<String,Object> param)
@MethodName(value="insertBySql") public String insertBySql(Map<String,Object> param)
Copyright © 2022. All Rights Reserved.