Skip to content

Commit 8228915

Browse files
committed
test
1 parent db06331 commit 8228915

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-data-jdbc/src/main/java/org/springframework/data/jdbc/core/convert/MappingJdbcConverter.java

+3
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,9 @@ public <T> T getPropertyValue(RelationalPersistentProperty property) {
390390

391391
private Identifier constructIdentifier(AggregatePath aggregatePath) {
392392

393+
JdbcIdentifierBuilder.forBackReferences(MappingJdbcConverter.this, aggregatePath, )
394+
395+
393396
Identifier identifierToUse = this.identifier;
394397
AggregatePath idDefiningParentPath = aggregatePath.getIdDefiningParentPath();
395398

0 commit comments

Comments
 (0)