Hy all,

I have a program which uses Hibernate with the DAOFactory pattern, every is ok until I use lazy loading in order to limits number select query. I also use struts for web layer.

After...