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 Predicate mappings #10

Closed
17 tasks done
dekmm opened this issue Jun 24, 2020 · 0 comments
Closed
17 tasks done

Add support for Predicate mappings #10

dekmm opened this issue Jun 24, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@dekmm
Copy link
Contributor

dekmm commented Jun 24, 2020

We need a way to map Speedment Predicates to JPA Predicates. Here's a list of Speedment Predicate types for a easier tracking:

  • Constants

  • ALWAYS_TRUE / ALWAYS_FALSE

  • Reference

  • IS_NULL / IS_NOT_NULL

  • Comparable

  • EQUAL / NOT_EQUAL

  • GREATER_THAN

  • GREATER_OR_EQUAL

  • LESS_THAN

  • LESS_OR_EQUAL

  • BETWEEN / NOT_BETWEEN

  • IN / NOT_IN

  • String

  • EQUAL_IGNORE_CASE / NOT_EQUAL_IGNORE_CASE

  • STARTS_WITH / NOT_STARTS_WITH

  • STARTS_WITH_IGNORE_CASE / NOT_STARTS_WITH_IGNORE_CASE

  • ENDS_WITH / NOT_ENDS_WITH

  • ENDS_WITH_IGNORE_CASE / NOT_ENDS_WITH_IGNORE_CASE

  • CONTAINS / NOT_CONTAINS

  • CONTAINS_IGNORE_CASE / NOT_CONTAINS_IGNORE_CASE

  • IS_EMPTY / IS_NOT_EMPTY

@dekmm dekmm added the enhancement New feature or request label Jun 24, 2020
@dekmm dekmm self-assigned this Jun 24, 2020
@dekmm dekmm added this to To do in 1.1.4 via automation Jun 24, 2020
@dekmm dekmm moved this from To do to In progress in 1.1.4 Jun 24, 2020
@dekmm dekmm added this to the 0.1.0 milestone Jun 28, 2020
@dekmm dekmm closed this as completed Jul 1, 2020
1.1.4 automation moved this from In progress to Done Jul 1, 2020
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
No open projects
1.1.4
  
Done
Development

No branches or pull requests

1 participant