标签:bsp date color font tab 速度 history hiberna where
insert into tableName(type1,type2,type3) values (“q1”,”w1”,”e1”),( “q2”,”w2”,”e2”) ,( “q3”,”w3”,”e3”);
UPDATE app_history_statistics_by_hour SET h00 = CASE statisticalType WHEN "qqq" THEN 11111 WHEN "www" THEN 22211 WHEN ‘eee‘ THEN 333111 END WHERE weeks=‘222‘;
由于表结构有限,所以没能用实体一一对应,所以只能用hql
hibernate hql 批量插入 没找到固有的方法,所以 用以上放发,速度提升很多
mysql 批量value插入 批量update case when then
标签:bsp date color font tab 速度 history hiberna where
原文地址:http://www.cnblogs.com/20iD/p/7262606.html