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

Incorrect documentation about NamingStrategy.getReverseColumnName #1693

Closed
vpmuli opened this issue Dec 12, 2023 · 0 comments
Closed

Incorrect documentation about NamingStrategy.getReverseColumnName #1693

vpmuli opened this issue Dec 12, 2023 · 0 comments
Assignees
Labels
status: waiting-for-triage An issue we've not yet triaged type: documentation A documentation update type: task A general task

Comments

@vpmuli
Copy link

vpmuli commented Dec 12, 2023

Version 3.2.0 documentation reads "List, Set, and Map naming of the back reference can be controlled by implementing NamingStrategy.getReverseColumnName(PersistentPropertyPathExtension path)", but that method is deprecated and is not called. getReverseColumnName(RelationalPersistentEntity<?> owner) works.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 12, 2023
@schauder schauder added type: documentation A documentation update type: task A general task labels Jan 4, 2024
@schauder schauder self-assigned this Jan 4, 2024
schauder added a commit that referenced this issue Jan 4, 2024
Replace the deprecated `NamingStrategy.getReverseColumnName(PersistentPropertyPathExtension path)` with `getReverseColumnName(RelationalPersistentEntity<?> owner)`

Closes #1693
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged type: documentation A documentation update type: task A general task
Projects
None yet
Development

No branches or pull requests

3 participants