I am currently reading some documentation regarding the dara access object related with Hibernate. I found a very good example over here:
http://www.hibernate.org/328.html
However, I also downloaded the CA example, and when I went to compare the two implementations, I found out that they are different. At a closer look I believe that the CA implementation is simpler to understand, so I followed that one (altough they are very the same).
However which one of these two is the correct version?
regards,
sim085
ps: I am mostly talking on GenericHibernateDAO.