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