Is there a simple way with hibernate log level to see when the first cache level is used or not ?
If I'm doing the following hql request : "from Document d left join fetch d.folder where d.id=2"; several time, in the same session, will the cache be used ?
Thanks