Constructor changes from 5.0 to 5.2

I upgraded Eclipse and thus my Hibernate Tools (to 5.2). The old version added the primary key column to the non-default constructor, whereas the new one doesn’t. This leaves me with around 500 errors. Was this intentional and can I get the old behavior back somehow? In most cases the primary key is a GUID in MS SQL Server. It appears to have set the annotations in the POJO to for GUID generation, however.

You should open an issue on Jira for this problem you’re facing.

Thanks, will do. I wasn’t sure if this was an intentional change.

https://hibernate.atlassian.net/browse/HBX-1517

No info on that since I posted it Jan 8. Any work-arounds?

@Koen_Aers can you take a look on this issue if you have time? Thanks.