Skip to content

Include Is annotation at Eclipse JNoSQL #606

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

Open
wants to merge 33 commits into
base: main
Choose a base branch
from

Conversation

otaviojava
Copy link
Contributor

The goal is to enable the Is annotation:

    @Find
        List<Product> greaterThan(@By(_Product.PRICE) @Is(GreaterThan.class) BigDecimal price);

        @Find
        List<Product> lesserThan(@By(_Product.PRICE) @Is(LessThan.class) BigDecimal price);

        @Find
        List<Product> in(@By(_Product.NAME) @Is(In.class) List<String> names);

        @Find
        List<Product> notIn(@By(_Product.NAME) @Is(NotIn.class) List<String> names);

otaviojava added 30 commits July 3, 2025 11:20
…ype updated from Jakarta Data

Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
Signed-off-by: Otavio Santana <[email protected]>
@otaviojava otaviojava force-pushed the enable-is-annotation branch from 9a7e70e to df564af Compare July 3, 2025 10:20
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.

1 participant