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 @@ -241,6 +247,9 @@ public interface Projectable { /** * return a unique 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.

* * @param first * @param second @@ -254,6 +263,9 @@ public interface Projectable { /** * return a unique 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.

+ * * @param args * @throws NonUniqueResultException if there is more than one matching result * @return @@ -263,6 +275,9 @@ public interface Projectable { /** * return a unique 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.

* * @param * return type