我想插入一条记录,没有pojo,这条记录用Map<String,String>存储,如何快速、方便地插入这条记录,是用dao.insert(string tablename,Chain chain)吗?
map.put(".table", "t_user"); dao.insert(map);