Summary
- Implementing unique() for oneToOne: add an unique index in database. (commit: 562f5af) (details)
- add mandatory() to OneToMany.mappedBy(..) options (commit: 83944d8) (details)
- Fixing wrong column name when property name starts with "is": ColumnNamingStrategy should change its first argument from AccessorDefinition to ValueAccessPoint to let it handle correctly property starting with "is" like "isbn" (commit: e4beff8) (details)
- Adding columnName() option to many-to-one relations for custom foreign key column naming (commit: a18d16f) (details)
- setting outer join on many-to-one to avoir returning empty result where some criteria are given (commit: 2d03dee) (details)