Skip to content
Succès

Changes

Summary

  1. We don't register anymore the reverse join columns for Map mapping. No reason to do that since we don't do it for other collection mapping. (commit: aafe541) (details)
  2. Making Map back-reference be the same size as the referred primary key. (commit: 3fe2d83) (details)
Commit aafe5413ad575af83d2904500d1d673a0986ecf0 by guiom.mary
We don't register anymore the reverse join columns for Map mapping. No reason to do that since we don't do it for other collection mapping.
(commit: aafe541)
The file was modifiedorm/src/main/java/org/codefilarete/stalactite/engine/configurer/map/MapRelationConfigurer.java (diff)
Commit 3fe2d83dee526efbb5c5503ad85ef194261cdd90 by guiom.mary
Making Map back-reference be the same size as the referred primary key.
(commit: 3fe2d83)
The file was modifiedcore/src/main/java/org/codefilarete/stalactite/sql/ddl/structure/Column.java (diff)
The file was modifiedorm/src/main/java/org/codefilarete/stalactite/engine/configurer/map/MapRelationConfigurer.java (diff)
The file was modifiedorm/src/main/java/org/codefilarete/stalactite/engine/configurer/onetomany/OneToManyWithMappedAssociationConfigurer.java (diff)