database design - List of unique values for a property in Google App Engine -
I am currently rewriting a python GAE app in Java, and ask about my unit design . I have entities like the following, so that I ask the datastore and can easily return a unique list of designers:
class designer
- name: string < / Li>
If the designer gets rid of the class then the code will be very easy to wrap a string, but I get the list of gene designers to SELECT DISTINCT Designer Can not Do
from Gene Is, or is there any other way?
GAE does not support complex queries like SQL (Datastore-Billet) The model of (DB) structure will be designed as you explained earlier.