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 Querydsl integration #59

Closed
wants to merge 3 commits into from
Closed

Commits on Jun 21, 2021

  1. Add Querydsl integration

    Spring Data repositories that support Querydsl are now supported as DataFetchers returning single objects and iterables including projection support.
    mp911de committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    2bd3251 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Revise QuerydslDataFetcher

    Rename QuerydslDataFetcherSupport to QuerydslDataFetcher. Add reactive Querydsl support.
    mp911de committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    c79a8ae View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    78aa8f5 View commit details
    Browse the repository at this point in the history