mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Fetchable.fetchOne() declares in it's javadoc that it throws NonUniqueResultException. It should therefore be explicitly declared in the method signature as well. All implementations must also declare in their signature that they throw. This also has the desirable side-effect of the javadoc of all of the implementors inheriting the @throws section from the javadoc of the interface as well. Fixes #2232 |
||
|---|---|---|
| .. | ||
| main | ||
| test | ||