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

Adds an example for enabling Single Query Loading for Spring Data JDBC #675

Closed
wants to merge 3 commits into from

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    35dfb71 View commit details
    Browse the repository at this point in the history
  2. Add examples to use Single Query Loading.

    Query by Id works via the repository.
    
    Query derivation doesn't since it side steps the DataAccessStrategy.
    schauder committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7e710cc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Polishing.

    Update README files to reference all the examples for Spring Data JDBC.
    Also fix a typo in another README.
    schauder committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a45d8e5 View commit details
    Browse the repository at this point in the history