Re: [hibernate-dev] The problem of cascading database reads

2012-11-23 Thread Marc Schipperheyn
> > > > * 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

Re: [hibernate-dev] The problem of cascading database reads

2012-11-23 Thread Marc Schipperheyn
Will do. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] The problem of cascading database reads

2012-11-23 Thread Emmanuel Bernard
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