Summary
- Allowing to have one-to-many relation owned by right side on a table-per-class left side by deactivating foreign key creation (commit: f4a5928) (details)
- Making table-per-class handles some subclass polymorphism by mimicking join-table and single-table mechanism (commit: b06a5f9) (details)
- Sharing some code on polymorphism finders (commit: d69df59) (details)
- Changing some variable and method signature from Map<Column, Object> to Map<Column, ?> to make them more compatible as an input type. (commit: 4822e1d) (details)