From 20223e85a6276843afdb29b5ba74a19da4998d14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= Date: Tue, 16 Aug 2011 08:51:55 +0300 Subject: [PATCH] updated javadocs for Projectable --- .../main/java/com/mysema/query/Projectable.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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