为什么我的Hibernate+struts2 执行session.save()会跑车这么多SQL语句出来呢 13:31:01,015 DEBUG AbstractEntityPersister:2746 -  Snapshot select: select commodity_.id, commodity_.name as name6_, commodity_.tag as tag6_, commodity_.regularPrice as regularP4_6_, commodity_.boundPrice as boundPrice6_, commodity_.stock as stock6_, commodity_.state as state6_, commodity_.site as site6_, commodity_.productionPlace as producti9_6_, commodity_.producer as producer6_, commodity_.tpye as tpye6_, commodity_.sellTheQueen as sellThe12_6_, commodity_.description as descrip13_6_, commodity_.categoryId as categoryId6_, commodity_.relevanceId as relevan15_6_, commodity_.boundSaleId as boundSa16_6_ from tb_commodity commodity_ where commodity_.id=? 
13:31:01,015 DEBUG AbstractEntityPersister:2749 -  Insert 0: insert into tb_commodity (name, tag, regularPrice, boundPrice, stock, state, site, productionPlace, producer, tpye, sellTheQueen, description, categoryId, relevanceId, boundSaleId, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 
13:31:01,015 DEBUG AbstractEntityPersister:2750 -  Update 0: update tb_commodity set name=?, tag=?, regularPrice=?, boundPrice=?, stock=?, state=?, site=?, productionPlace=?, producer=?, tpye=?, sellTheQueen=?, description=?, categoryId=?, relevanceId=?, boundSaleId=? where id=? 
13:31:01,031 DEBUG AbstractEntityPersister:2751 -  Delete 0: delete from tb_commodity where id=? 
13:31:01,031 DEBUG AbstractEntityPersister:2755 -  Identity insert: insert into tb_commodity (name, tag, regularPrice, boundPrice, stock, state, site, productionPlace, producer, tpye, sellTheQueen, description, categoryId, relevanceId, boundSaleId) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 
13:31:01,031 DEBUG AbstractEntityPersister:2738 - Static SQL for entity: com.hibernate.pojo.CommodityTemplet 
79 - Static select for entity com.hibernate.pojo.Category: select category0_.id as id4_0_,