May i know does anyone experience this in tapestry 4. I have a page that query for table row and count. but from hibernate log, it show repeating same query for multiple times. is this normal?
Hibernate: select count(*) as y0_ from TESTTABLEONLY this_ where this_.CATEGO RYNAME like ? Hibernate: select * from ( select this_.ID as ID14_0_, this_.CATEGORYNAME as CAT EGORY2_14_0_ from TESTTABLEONLY this_ where this_.CATEGORYNAME like ? order b y this_.CATEGORYNAME desc ) where rownum <= ? Hibernate: select * from ( select this_.ID as ID14_0_, this_.CATEGORYNAME as CAT EGORY2_14_0_ from TESTTABLEONLY this_ where this_.CATEGORYNAME like ? order b y this_.CATEGORYNAME desc ) where rownum <= ? Hibernate: select * from ( select this_.ID as ID14_0_, this_.CATEGORYNAME as CAT EGORY2_14_0_ from TESTTABLEONLY this_ where this_.CATEGORYNAME like ? order b y this_.CATEGORYNAME desc ) where rownum <= ? Hibernate: select count(*) as y0_ from TESTTABLEONLY this_ where this_.CATEGO RYNAME like ? Hibernate: select count(*) as y0_ from TESTTABLEONLY this_ where this_.CATEGO RYNAME like ? Hibernate: select count(*) as y0_ from TESTTABLEONLY this_ where this_.CATEGO RYNAME like ? Hibernate: select count(*) as y0_ from TESTTABLEONLY this_ where this_.CATEGO RYNAME like ? Hibernate: select count(*) as y0_ from TESTTABLEONLY this_ where this_.CATEGO RYNAME like ? Hibernate: select count(*) as y0_ from TESTTABLEONLY this_ where this_.CATEGO RYNAME like ? Hibernate: select count(*) as y0_ from TESTTABLEONLY this_ where this_.CATEGO RYNAME like ? Hibernate: select count(*) as y0_ from TESTTABLEONLY this_ where this_.CATEGO RYNAME like ? Hibernate: select count(*) as y0_ from TESTTABLEONLY this_ where this_.CATEGO RYNAME like ? Hibernate: select count(*) as y0_ from TESTTABLEONLY this_ where this_.CATEGO RYNAME like ? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
