On 4/4/06, Cyp her <[EMAIL PROTECTED]> wrote: > Does Cayenne force you to have *get* before your property name to create > your get accessor e.g. getName().
No, you don't even have to generate subclasses if you don't want to. It's just a convenience class. http://www.objectstyle.org/confluence/display/CAYDOC/Generic+Persistent+Class However, some of the "extras" like in-memory filterObjects won't work if your DataObjects aren't in JavaBean form. This is one of those defacto standards that you probably want to follow, because you'll eventually need a feature of some java library that requires it.
