diff --git a/querydsl-core/src/main/java/com/mysema/query/Projectable.java b/querydsl-core/src/main/java/com/mysema/query/Projectable.java index a2484c472..8e5b97e95 100644 --- a/querydsl-core/src/main/java/com/mysema/query/Projectable.java +++ b/querydsl-core/src/main/java/com/mysema/query/Projectable.java @@ -217,6 +217,9 @@ public interface Projectable { /** * return a single result for the given projection or null if no result is found + * + *
There is some ambiguity for missing results and null valued results, for disambiguation + * and your own projection methods.
* *for multiple results only the first one is returned
* @@ -229,6 +232,9 @@ public interface Projectable { /** * return a single result for the given projection or null if no result is found * + *There is some ambiguity for missing results and null valued results, for disambiguation + * and your own projection methods.
+ * *for multiple results only the first one is returned
* * @param