google-code-export / morphia

Automatically exported from code.google.com/p/morphia
1 stars 0 forks source link

Add support for Covered Indexes #224

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Primarily thins means having _id:0 and inclusion fields in 
Query.retrievedFields. Maybe a special method is best; Query.ignoreIdField().

It is kinda weird since the _id field is special and needed for references and 
internal use (save/delete/query-by-id).

Original issue reported on code.google.com by scotthernandez on 3 Feb 2011 at 3:31

GoogleCodeExporter commented 9 years ago
I get an exception "Mixng exclusion and inclusion fields" even though the only 
exclusion field is _id:0 which is considered special. Which version of morphia 
is this targetted to?

Original comment by suja...@gmail.com on 12 Jul 2012 at 6:37