Hi,
I'm looking for a Generic DAO implementation in Hibernate that includes parent/child relationship management (adding, removing, getting children, setting parents, etc).
Actually the most used generic DAO on the web is the one I found on jboss.org.
And also, i was looking for some DAO/DTO sample implementations and design patterns.
Do you know some good resources out there?