Hi,

I am trying to get away from JDO and now into Low Level API.  I find that 
the Low Level API is much more flexible except one thing.  I have a 
challenge on enforcing or checking data type for each entity property.  So 
if I don't want to hard code the data type or using reflection, how do I do 
that?  e.g. creationDate is a Date type when saving it as a property of an 
entity but where should I define it as a Date type so I don't have to cast 
every single type?

Thanks,

Andy

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to