From b836ddf88825219887600ac9cdcf09ff5fbf81a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timo=20Westk=C3=A4mper?= 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
* @@ -233,7 +233,7 @@ 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.
+ * use your own projection methods. * *for multiple results only the first one is returned
* @@ -258,7 +258,7 @@ 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.
+ * use your own projection methods. * * @param first * @param second @@ -273,7 +273,7 @@ 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.
+ * use your own projection methods. * * @param args * @throws NonUniqueResultException if there is more than one matching result @@ -286,7 +286,7 @@ 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.
+ * use your own projection methods. * * @param