If you're looking to use hooks but don't want to fuss with the low-level
API, Max Ross posted a great article about hooks at the JDO/JPA layer:

http://gae-java-persistence.blogspot.com/2009/11/case-insensitive-queries.html

<http://gae-java-persistence.blogspot.com/2009/11/case-insensitive-queries.html>I'm
not sure off the top of my head where EntityProto is documented. It's
possible that it is not. I'll have to take a look to see if it's part of the
open source SDK.

On Wed, Jan 13, 2010 at 5:37 AM, aswath satrasala <
[email protected]> wrote:

> 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]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
--
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