Hi folks, In auto-generated persistent classes, we create an array field called _ALL_FIELDS as you know. But this array also contains __g__dirty field, which is not a stored field at all. Maybe we should remove __g__dirty field from the array, since the array is used for getting all fields in the stored table. We can also remove it from Field enum, so the users do not know about the __g__dirty field.
Wdyt? Thanks. -- Alparslan Avcı

