Re: [hibernate-dev] HHH-9440 Support for Java 8: parameter names

2016-05-05 Thread Lovro Pandzic
ace > > > On Thu, May 5, 2016, 2:08 PM Lovro Pandzic > wrote: > >> Sorry for late reply. >> >> >> Well you mentioned Java 8 parameters names in the subject. I have no >>> idea what "Java 8 parameter names" might mean outside of the support added

Re: [hibernate-dev] HHH-9440 Support for Java 8: parameter names

2016-05-05 Thread Lovro Pandzic
Instance and starting from there. On Thu, Mar 31, 2016 at 2:05 PM, Steve Ebersole wrote: > On Mon, Mar 28, 2016 at 1:22 PM Lovro Pandzic > wrote: > >> I am confused how you are "mind mapping" PreparedStatement parameters >>> and entity construction into

Re: [hibernate-dev] HHH-9440 Support for Java 8: parameter names

2016-03-28 Thread Lovro Pandzic
otation and possibly >> specify the argument order in the construction newInstance(args) invocation. >> >> So, there are a lot of things to consider when implementing such a >> feature. >> >> Vlad >> >> On Mon, Mar 28, 2016 at 3:05 PM, Steve Ebersole >> wro

[hibernate-dev] HHH-9440 Support for Java 8: parameter names

2016-03-19 Thread Lovro Pandzic
Hello, I'd like to discuss issue HHH-9440. Basic idea behind this issue is that we try to and eliminate the requirement for no arg constructor on entities or at least weaken that requirement to specific cases. Construction from both the user code and the hibernate itself would go through user spe