[hibernate-dev] HHH-11791

2017-06-22 Thread Christian Bongiorno
ep cut that touches many places. > You certainly would know better than me on the difficulty of implementation. > > > Mit freundlichen Grüßen, > > *Christian Beikov* > Am 12.06.2017 um 23:47 schrieb Christian Bongiorno: > > To work, yes. This would be an optional mean

Re: [hibernate-dev] HHH-11791

2017-06-12 Thread Christian Bongiorno
er. Just getting the discussion started On Mon, Jun 12, 2017 at 1:41 PM Vlad Mihalcea wrote: > Hi, > > Wouldn't that require all entities be compiled with? > > javac -parameters > > Vlad > > On Mon, Jun 12, 2017 at 10:19 PM, Christian Bongiorno < > chri

[hibernate-dev] HHH-11791

2017-06-12 Thread Christian Bongiorno
Now that java 8 supports named parameters it becomes possible (potentially preferrable) to use constructor injection instead of circumventing encapsulation to set values on private fields. This shows itself as a potential win when integrating with Kotlin with disallows the circumvention quite forc