Hibernate GenericDAO for parent/child relationships and DAO/DTO patterns
Posted
by Marco
on Stack Overflow
See other posts from Stack Overflow
or by Marco
Published on 2010-04-07T03:02:15Z
Indexed on
2010/04/07
3:03 UTC
Read the original article
Hit count: 511
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?
© Stack Overflow or respective owner