Where to suggest EE4J JPA documentation enhancements [message #1789912] |
Thu, 31 May 2018 17:45 |
Karl-Philipp Richter Messages: 2 Registered: May 2018 |
Junior Member |
|
|
Hi,
I noticed that JPA implementation treat `0` passed to `Query.setMaxResults(int)` as unlimited result which makes sense since negative values cause an `IllegalArgumentException` and fetching 0 results means that the query has no purpose. However, the documentation on the interface doesn't mention this use of `0`, so that I'd like to propose it to go into a future API release.
Please note that I'm not looking to discuss my proposal here unless it's clearly non-constructive. The question is where to report the request.
-Kalle
[Updated on: Thu, 31 May 2018 18:57] Report message to a moderator
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07872 seconds