Summary
- Removing AlreadyAssignedIdentifierPersistExecutor because we can use the default behavior of DefaultPersistExecutor that relies on persister::isNew which, at the very end, cascades the behavior to IsNewDeterminer and, in particular to AlreadyAssignedIdDeterminer for this case. (commit: 38c2c13) (details)
- Adding relations support to embeddable mapping configuration: adding many-to-one. (commit: 1eb8e5a) (details)
- Removing unnecessary calls to columnName("isbn") that was added to fix an issue with detection of properties starting with "is" (commit: 5739ad0) (details)
- Making ManyToOneRelation having its owned MappedByConfiguration class to avoid external usage of ManyToMany.MappedByConfiguration, thus letting ManyToOneRelation have its owned method naming (commit: 8d65bbc) (details)
- Adding relations support to embeddable mapping configuration: adding many-to-one for mappedSuperClass. (commit: a98ec59) (details)
- Adding relations support to embeddable mapping configuration: fixing columnName(..) integration in many-to-one. (commit: bf6060e) (details)
- Implementing missing feature OneToOneOptions.columnName(..) (commit: bb6e2e9) (details)