Not at the datastore level or in a configuration, but you can use JDO/JPA hooks to do this the first time an object is persisted. Here's a good example of these at work for a different use case:
http://gae-java-persistence.blogspot.com/2009/11/case-insensitive-queries.html On Sat, Mar 27, 2010 at 11:41 AM, Eurig Jones <[email protected]> wrote: > Is it possible to set a default value on a property with the datastore? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
