We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5200245 commit a7402d1Copy full SHA for a7402d1
1 file changed
src/main/java/com/googlecode/objectify/cmd/SimpleQuery.java
@@ -36,7 +36,9 @@ public interface SimpleQuery<T> extends QueryExecute<T>
36
37
/**
38
* Restricts result set only to objects which have the given ancestor
39
- * somewhere in the chain. Doesn't need to be the immediate parent.
+ * somewhere in the chain. Doesn't need to be the immediate parent. The
40
+ * specified ancestor itself will be included in the result set (if it
41
+ * exists).
42
*
43
* @param keyOrEntity can be a Key, a Key<T>, or an Objectify entity object.
44
*/
0 commit comments