I'm wondering how people on this mailing BG list structure their Cayenne projects. The two most common design patterns I have seen are DAO style where the code that implements access is in its own class and Active record style where the Domain object implements the data access layer.
Are most folks here using one of these two patterns or something else all together? Tony Giaccone