Re: [hibernate-dev] Bytecode enhancement and inheritance

2018-06-12 Thread Guillaume Smet
Hi Luis, On Mon, Jun 11, 2018 at 9:39 PM Luis Barreiro wrote: > Can you please check the behavior of with the Javassist enhancer in this > particular case? I believe it's the correct one, but one has to double > check. > >From my tests, the behavior is exactly the same with Javassist. -- Guil

Re: [hibernate-dev] Bytecode enhancement and inheritance

2018-06-11 Thread Luis Barreiro
Hi Guillaume, Can you please check the behavior of with the Javassist enhancer in this particular case? I believe it's the correct one, but one has to double check. Also, on a related issue, please check the comments I made on https://hibernate.atlassian.net/browse/HHH-12593 about property acc

[hibernate-dev] Bytecode enhancement and inheritance

2018-06-11 Thread Guillaume Smet
Hi Luis, This question is related to https://hibernate.atlassian.net/browse/HHH-12601 . AFAICS, the following case (e.g. having the fields defined in the parent class and the laziness defined in the child class) is not working very well with bytecode enhancement: @Entity public class Request