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
+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