refactor « DAO « JPA Q&A





1. refactor a dal with hibernate,dao,services and unit of work : how to put all togheter    stackoverflow.com

i'm refactoring a jsf web application dal which uses hibernate and the dao pattern, at the moment each data acces class handles its own session and transaction into each method (a ...