mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-24 21:07:26 +08:00
#45 : improved docs
This commit is contained in:
parent
1f3e0bbba7
commit
b836ddf888
@ -219,7 +219,7 @@ public interface Projectable {
|
||||
* return a single result for the given projection or null if no result is found
|
||||
*
|
||||
* <p>There is some ambiguity for missing results and null valued results, for disambiguation
|
||||
* and your own projection methods.</p>
|
||||
* use your own projection methods.</p>
|
||||
*
|
||||
* <p>for multiple results only the first one is returned</p>
|
||||
*
|
||||
@ -233,7 +233,7 @@ public interface Projectable {
|
||||
* return a single result for the given projection or null if no result is found
|
||||
*
|
||||
* <p>There is some ambiguity for missing results and null valued results, for disambiguation
|
||||
* and your own projection methods.</p>
|
||||
* use your own projection methods.</p>
|
||||
*
|
||||
* <p>for multiple results only the first one is returned</p>
|
||||
*
|
||||
@ -258,7 +258,7 @@ public interface Projectable {
|
||||
* return a unique result for the given projection or null if no result is found
|
||||
*
|
||||
* <p>There is some ambiguity for missing results and null valued results, for disambiguation
|
||||
* and your own projection methods.</p>
|
||||
* use your own projection methods.</p>
|
||||
*
|
||||
* @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
|
||||
*
|
||||
* <p>There is some ambiguity for missing results and null valued results, for disambiguation
|
||||
* and your own projection methods.</p>
|
||||
* use your own projection methods.</p>
|
||||
*
|
||||
* @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
|
||||
*
|
||||
* <p>There is some ambiguity for missing results and null valued results, for disambiguation
|
||||
* and your own projection methods.</p>
|
||||
* use your own projection methods.</p>
|
||||
*
|
||||
* @param <RT>
|
||||
* return type
|
||||
|
||||
Loading…
Reference in New Issue
Block a user