Re: [hibernate-dev] PK columns and nullability

2015-09-15 Thread Sanne Grinovero
On 15 September 2015 at 19:00, andrea boriero wrote: > since Hibernate makes this assumption I think it's fine to enforce that. +1 > > On 15 September 2015 at 17:36, Steve Ebersole wrote: > >> We have a Pull Request[1] to add a feature to allows Dialects to enforce >> that all columns making up

Re: [hibernate-dev] PK columns and nullability

2015-09-15 Thread andrea boriero
since Hibernate makes this assumption I think it's fine to enforce that. On 15 September 2015 at 17:36, Steve Ebersole wrote: > We have a Pull Request[1] to add a feature to allows Dialects to enforce > that all columns making up a primary key are defined as non-nullable. > Specifically, apparen