Personally, it seems like a bad idea to me. If you add a relationship or two and it automatically started prefetching them all due to wildcards, I could see performance tanking quickly. I'd rather explicitly state prefetches when I know I want the data more immediately.
mrg On Wed, May 15, 2013 at 9:42 AM, Andrus Adamchik <and...@objectstyle.org>wrote: > Yeah, Mike is right. No way to use a wildcard. All paths should be > explicit. > > (Thinking whether it might be a good idea to add that in the future … ) > > On May 15, 2013, at 4:36 PM, Markus Reich <markus.re...@markusreich.at> > wrote: > > oops, sorry, it should be like this > > > > query.addPrefetch("paintings.*"); > > > > > > 2013/5/15 Michael Gentry <mgen...@masslight.net> > > > >> Hi Markus, > >> > >> I don't see a wildcard there, but I don't think you can use wildcards on > >> prefetches. I think you have to specify each one. > >> > >> mrg > >> > >> > >> On Wed, May 15, 2013 at 8:48 AM, Markus Reich > >> <markus.re...@markusreich.at>wrote: > >> > >>> Hi, > >>> > >>> is it possible to use wildcards in prefetch paths? > >>> > >>> e.g. query.addPrefetch("paintings.gallery"); > >>> > >>> regards > >>> Meex > >>> > >> > > > > > > > > -- > > *Markus Reich* > > Moosbach 28/2 > > 6392 St. Jakob i.H. > > www.markusreich.at / www.meeximum.at > > markus.re...@markusreich.at > >