Hello all, Where can I find more documentation on EntityProto and Property. It is referred in the article http://blog.notdot.net/2009/11/App-Engine-Java-API-call-hooks
I am writing my own Delegate based on the article and I want to set the
current User and current Date for all the entities persisted.
class Party {
...
@Persistent User lastModifiedUser
}
I got stuck in using the Property class to set the lastModifiedUser.
Thanks,
-Aswath
-- 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.
