I am working google and engine and objectify, since for the last 3 hours i have been trying to write a distinct query in objectify. Can anyone tell me how to write a distinct query in objectify on a particular column?
Regards, Sreekanth
Objectify (5.0.5+) now supports projection queries and distinct operation.
ofy().load().type(Entity.class).project("field1").distinct(true);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With