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

Conversation

schauder
Copy link
Contributor

@schauder schauder commented Sep 6, 2024

The lookup is now performed by the RowMapperFactory.

Closes #1872

Refactor JdbcLookupStrategy to not generally require BeanFactory. Reintroduce deprecated setBeanFactory(…) method.
mp911de pushed a commit that referenced this pull request Sep 16, 2024
Fix Javadoc.

See #1872
Original pull request: #1874
mp911de pushed a commit that referenced this pull request Sep 16, 2024
The lookup is now performed by the `RowMapperFactory`.

Closes #1872
Original pull request: #1874
mp911de added a commit that referenced this pull request Sep 16, 2024
Refactor JdbcLookupStrategy to not generally require BeanFactory. Reintroduce deprecated setBeanFactory(…) method.

See #1872
Original pull request: #1874
@mp911de mp911de added this to the 3.4 M2 (2024.1.0) milestone Sep 16, 2024
@mp911de mp911de added the type: enhancement A general enhancement label Sep 16, 2024
@mp911de mp911de self-assigned this Sep 16, 2024
@mp911de mp911de closed this Sep 16, 2024
@mp911de mp911de deleted the issue/1872-refactor-SBJQ branch September 16, 2024 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor StringBasedJdbcQuery to no longer require BeanFactory
2 participants