I work with Google and the engine and objectify, since the last 3 hours I tried to write a separate request in objectification. Can someone tell me how to write a separate query in objectivization on a specific column?
Regards, Srikant
A distinctive feature only works with projection queries that are not yet supported by Objectify. They are on the road map. Please start this problem: https://code.google.com/p/objectify-appengine/issues/detail?id=188
API objectify load(). fromEntity() POJO.
Objectify (5.0.5+) .
ofy().load().type(Entity.class).project("field1").distinct(true);
It is important that DISTINCT only work with projection queries, and I do not believe that Objectify now supports them (currently it returns only whole entities). You can use the low-level Datastore API to perform a projection request.
Source: https://habr.com/ru/post/1537092/More articles:Только слайд Половина просмотра просмотра пейджера в Android - androidshopping cart, can I use Devise session functionality? - ruby-on-railsChange android: Theme.Dialog to Light AppCompat Dialog - javaHow to check (unverified) translation in java? - javaFloating point range analysis? - c ++Android EditText, shows both a comma and a period as a possible separator in case of numberDecimal input type - androidBreak project into subfolders - goFind vector elements with even values - c ++The user interface is blocked when using NSURLSession - objective-cIn which component / sec of the UI should filters and / or sort be used? - androidAll Articles