Summary
- Moving one-to-one cycle configurer to the appropriate package (commit: 4ec61ba) (details)
- Moving one-to-many relation configuration to the dedicated class OneToManyRelationConfigurer to make it more autonomous and avoid splitting part of the algorithm in several classes. (commit: 1436376) (details)
- Simplifying many-to-many engine configuration by removing the internal Template class (commit: 96c6819) (details)
- Moving determineAccessorDefinition() method from Configurer classes to Configuration ones because it doesn't deal with the persistence algorithm and is more configuration stuff (commit: f37006c) (details)
- Moving many-to-many relation configuration to the dedicated class ManyToManyRelationConfigurer to make it more autonomous and avoid splitting part of the algorithm in several classes. (commit: b582605) (details)
- Code cleanup (commit: 2642465) (details)