I am slowly (painfully) migrating from JDO to the low-level API.  One
thing that's giving me problems is this:  I have many persistent
fields that start with an underscore: private int _field1; private int
_field2;, etc.

I am, for the time being, accessing this data with JDO in one part of
the app, and with the low-level API in another part.  I've noticed
that JDO strips out the underscore for some fields for the entity
property names, but not for all such fields.  I tried digging through
the datanucleus-GAE code to figure out what the rule for jdo-object-
>GAE-entity field name conversion is, but quickly got lost.  Any help
would be much appreciated.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to