I am trying to make one of my field unique, but cannot do it. I used
annotations which did not work. Then I try to do it in jdo xsd file
and that did not work either. Can you please help me out?
here is an example:
public class AccountInfo {
@Persistent
private String userName;
}
I want to make userName unique.
Thanks in advance for your time.
--
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.