[hibernate-dev] Can a transient attribute be overridden to be persistent in a subclass?

2020-07-08 Thread Gail Badner
I *think* the following is valid, but I need confirmation. This mapping does seem to work for Hibernate. A transient attribute, Employee#title, gets overridden as a persistent attribute, Editor#title, stored in a column named "e_title". Writer#title is also transient, but Writer#group uses the sa

Re: [hibernate-dev] Bytecode enhancement as proxy

2020-07-08 Thread Gail Badner
+1 On Tue, Jul 7, 2020 at 5:55 AM Sanne Grinovero wrote: > +1 Great idea > > On Tue, 7 Jul 2020 at 13:15, andrea boriero wrote: > > > > Hi all, > > > > Last year the Bytecode enhancement as proxy feature was introduced (see > > https://in.relation.to/2019/07/30/bytecode-proxy/ for details) and