Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Where to suggest EE4J JPA documentation enhancements
Where to suggest EE4J JPA documentation enhancements [message #1789912] Thu, 31 May 2018 17:45 Go to next message
Karl-Philipp Richter is currently offline Karl-Philipp RichterFriend
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

Re: Where to suggest EE4J JPA documentation enhancements [message #1789954 is a reply to message #1789912] Fri, 01 June 2018 07:50 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
I believe you're referring to the implementation provided by EclipseLink. There project page is https://www.eclipse.org/eclipselink/ and the "More" Nav menu has instructions for checking out the source and for contributing. Perhaps the project already supports Gerrit contributions. You can ask for more details on their specific forum: https://www.eclipse.org/forums/index.php?t=thread&frm_id=111

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Where to suggest EE4J JPA documentation enhancements [message #1789982 is a reply to message #1789954] Fri, 01 June 2018 14:33 Go to previous messageGo to next message
Karl-Philipp Richter is currently offline Karl-Philipp RichterFriend
Messages: 2
Registered: May 2018
Junior Member
> I believe you're referring to the implementation provided by EclipseLink.

No, I mean the Java Persistence _API_ since this is the one people are accessing the methods through. If the change isn't done in the API, it's of no use for this case. Note that I'm aware of the fact that this is not a critical bug or anything and I'm not seeking support, I really just want to contribute an improvement. It has to be to the API documentation/interface specification, though, which would than be implemented by all implementations (including EclipseLink) for the next 9.x or 10.x release.
Re: Where to suggest EE4J JPA documentation enhancements [message #1789989 is a reply to message #1789982] Fri, 01 June 2018 16:04 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33107
Registered: July 2009
Senior Member
I don't know the structure of that new project very well. There's https://projects.eclipse.org/projects/ee4j and from there you might try using the mailing list linked from https://projects.eclipse.org/projects/ee4j/contact

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:How to use Matlab and Eclipse Simultaneously?
Next Topic:Eclipse Oxygen - print to file
Goto Forum:
  


Current Time: Tue Mar 19 02:37:55 GMT 2024

Powered by FUDForum. Page generated in 0.04580 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top