> Is there a reason why there's no access to the full list of property
> keys on a CayenneDataObject?
>
> Something along the lines of:
>
> protected List propertyNames() {
> return new ArrayList(values.keySet());
> }
No reason.. But I'd rather stick it in the ObjEntity and create a cover
method (if we are talking about mapped properties), as "values" Map can
potentially have extra stuff in it.
Andrus
This archive was generated by hypermail 2.0.0 : Tue Mar 08 2005 - 09:53:11 EST