Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for 'nulls first' and 'nulls last' in queries #440

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

gavinking
Copy link
Contributor

see #76.

*
* @since 3.2
*/
public enum NullPrecedence {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm almost inclined to just call this enum Nulls. WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's go with Nulls

@lukasj lukasj merged commit fc8d55b into jakartaee:master Aug 10, 2023
2 checks passed
Tomas-Kraus added a commit to Tomas-Kraus/eclipselink that referenced this pull request Aug 31, 2023
…last' in queries

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus added a commit to Tomas-Kraus/eclipselink that referenced this pull request Aug 31, 2023
…last' in queries

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Tomas-Kraus added a commit to Tomas-Kraus/eclipselink that referenced this pull request Oct 17, 2023
…last' in queries

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
lukasj pushed a commit to eclipse-ee4j/eclipselink that referenced this pull request Oct 17, 2023
…last' in queries

Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow specification for null handling in order-by expressions (JPQL and Criteria API)
2 participants