Hi, our project is using Hibernate 3.3.1, we observed that same query repeats many times as follows: **** <Event id="12" name="SQL:BatchCompleted"> <Column id="1" name="TextData">SET FMTONLY ON select finclinfos0_.BUSNS_ELEMT_ID from FINCL_INFO finclinfos0_ SET FMTONLY OFF</Column> <Column id="12" name="SPID">228</Column> <Column id="14" name="StartTime">2009-09-22T00:46:55.473-04:00</Column> </Event> <Event id="12" name="SQL:BatchCompleted"> <Column id="1" name="TextData">SET FMTONLY ON select finclinfos0_.BUSNS_ELEMT_ID from FINCL_INFO finclinfos0_ SET FMTONLY OFF</Column> <Column id="12" name="SPID">228</Column> <Column id="14" name="StartTime">2009-09-22T00:46:55.473-04:00</Column> </Event> **************
Seems the Hibernate requests same meta data many times even in the same transaction. Have you experienced this before? we are looking for the solution very badly, any advice would be highly appreciated.
Victor
|