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

StringBasedJdbcQuery no longer requires BeanFactory #1874

Closed
wants to merge 4 commits into from

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    2b1d40e View commit details
    Browse the repository at this point in the history
  2. Polishing.

    Fix Javadoc.
    
    See #1872
    schauder committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3ec43de View commit details
    Browse the repository at this point in the history
  3. StringBasedJdbcQuery no longer requires BeanFactory.

    The lookup is now performed by the `RowMapperFactory`.
    
    Closes #1872
    schauder committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5513bbe View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Polishing.

    Refactor JdbcLookupStrategy to not generally require BeanFactory. Reintroduce deprecated setBeanFactory(…) method.
    mp911de committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    17b2979 View commit details
    Browse the repository at this point in the history