Skip to content

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