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

Introduce list predicates #7

Closed
avegera opened this issue Jun 16, 2024 · 0 comments · Fixed by #8
Closed

Introduce list predicates #7

avegera opened this issue Jun 16, 2024 · 0 comments · Fixed by #8
Assignees
Labels
enhancement New feature or request

Comments

@avegera
Copy link
Owner

avegera commented Jun 16, 2024

Acceptance

  • Implementation of the following common list predicates should be added (place in the same Predicates.java class):
    • isEmpty
    • notEmpty
    • hasSize
    • notHaveSize
    • contains
    • notContain
  • Initial support of the following expression builder should be added:
where().list(User::roles).isEmpty();
where().list(User::roles).isEqualTo(someList);
where().list(User::roles).isNull();
where().list(User::roles).notNull();
...
@avegera avegera self-assigned this Jun 16, 2024
@avegera avegera added this to the M1 - Release 0.1 milestone Jun 16, 2024
@avegera avegera added the enhancement New feature or request label Jun 16, 2024
@avegera avegera changed the title Add list predicates Introduce list predicates Jun 21, 2024
avegera pushed a commit that referenced this issue Jul 2, 2024
@avegera avegera linked a pull request Jul 2, 2024 that will close this issue
avegera added a commit that referenced this issue Jul 2, 2024
@avegera avegera closed this as completed in #8 Jul 2, 2024
avegera added a commit that referenced this issue Jul 10, 2024
avegera added a commit that referenced this issue Jul 10, 2024
@avegera avegera removed a link to a pull request Jul 10, 2024
@avegera avegera linked a pull request Jul 10, 2024 that will close this issue
avegera added a commit that referenced this issue Jul 10, 2024
avegera added a commit that referenced this issue Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant