Summary
- Moving code from DefaultNamedOperator to Operators (commit: 8c58c66) (details)
- Renaming PreparedSQLBuilder to PreparableSQLBuilder and its method toPreparedSQL to toPreparableSQL. (commit: 6f660ce) (details)
- Fixing exception throwing (duplicate persister) while inherited configuration is shared between several entities in same graph (commit: 96c9e11) (details)
- Better handling of unexpected connection close. (commit: 47780c1) (details)
- Adding a test for one-to-many and overridden table target (commit: adaa8d9) (details)
- Table given by entity is taken into account in one-to-many relation, but can be overwritten while configuring the relation. (commit: 875f641) (details)
- Table given by entity is taken into account in one-to-one relation, but can be overwritten while setting relation (commit: 5d1d779) (details)
- Table given by entity is taken into account in many-to-many relation, but can be overwritten while setting relation (commit: 7e70335) (details)
- Making all SQL builders using the same pattern : reusing the appendTo(..) method between toSQL() and toPreparableSQL() (commit: 419deff) (details)