Summary
- One-to-many : fixing reverse column name that is not taken into account (commit: 420e69a) (details)
- Fixing missing column and foreign key on table that is already present in the PersistenceContext. Refactor relation configurers to share common table lookup logic, which also introduced AbstractRelationConfigurer. (commit: 63e4cf6) (details)
- Introducing a new PersisterBuilder to replace PersisterBuilderImpl for better readability and testability. (commit: 9881037) (details)
- Replacing PersisterBuilderImpl by DefaultPersisterBuilder (commit: 68e3767) (details)