On Fri, Jul 7, 2017 at 1:54 AM, Andrus Adamchik <[email protected]>
wrote:
> 2. A user code that relies on the Map structure to store unmapped
> properties ("CayenneDataObject.writePropertyDirectly" will not check the
> key validity).
>
I'd suggest people who need to store unmapped properties create their own
separate map/attributes to store them in. If they choose to store unmapped
properties in a map, they can easily have their own custom superclass that
makes a map available to their objects.
mrg