You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further Refactored AggregatePath to offer more semantic result types TableInfo and ColumnInfo.
They are now both records.
ColumnInfo might also gain a `type` element.
getIdColumnName() and getEffectiveIdColumnName() might also become ColumnInfo.
For the other methods I currently can't offer an improvement.
PersistentPropertyPathExtension is no longer part of the AggregatePath interface.
The methods navigating the aggregate path now use the streaming api instead of recursion.
This allowed to push helper methods down to the implementation, so they are no longer part of the interface.
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert/JdbcBackReferencePropertyValueProvider.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ class JdbcBackReferencePropertyValueProvider implements PropertyValueProvider<Re
45
45
46
46
@Override
47
47
public <T> TgetPropertyValue(RelationalPersistentPropertyproperty) {
Copy file name to clipboardExpand all lines: spring-data-jdbc/src/test/java/org/springframework/data/jdbc/mapping/model/DefaultNamingStrategyUnitTests.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/RelationalEntityDeleteWriter.java
Copy file name to clipboardExpand all lines: spring-data-relational/src/main/java/org/springframework/data/relational/core/conversion/WritingContext.java
0 commit comments