Hi,

Just one quick question about the use of PrimaryKey.

Currently I am using a String type as the Primary key so that I can
query it using comparison, e.g.


select from " + MyUser.class.getName() + " where pk == '" + user.getPk
() + "'


But if the Primary key is of a Key type, I am not able to use the
query above.

So I am wondering if there is any sort of implications when using the
String type as the pk field.

--

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-j...@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