>
>
> > * In the Network example, the includedPaths only contains the id. Looking
> > at my own work, I often find that IndexedEmbedded references just stores
> > the id and I believe we should think about optimizing this use case. In
> > that case an optimized read from the database could be execu
Will do.
___
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev
Thanks Mark for this feedback.
That's a very long multi-proposal email :) We probably should try and
split it into several elements. Let me continue in line.
On Thu 2012-11-22 20:10, Marc Schipperheyn wrote:
> Network
> @OneToMany
> @IndexedEmbedded(includePaths={"id"})
> List users;
>
> When a