spring-projects / spring-data-relational

Spring Data Relational. Home of Spring Data JDBC and Spring Data R2DBC.
https://spring.io/projects/spring-data-jdbc
Apache License 2.0
753 stars 345 forks source link

Incorrect documentation about NamingStrategy.getReverseColumnName #1693

Closed vpmuli closed 8 months ago

vpmuli commented 9 months ago

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.