Hi ...
I wanna create query by primary key. Supposed I have class primary key, PersonKey, the properties is name and id.
I have Person class, the property is PersonKey, address, DOB.
Now, I wanna search person by primary key.
First, I create instance of PersonKey, and set the name become: joe, and id become:007
can I get the person by ID, by pass the key variable ???
person.findByKey(someKey); , but the logic do not criteria