JDO : FetchPlan modification via query

Bug #613523 reported by Timo Westkämper
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Querydsl
Fix Released
Undecided
Unassigned

Bug Description

Related thread : http://source.mysema.com/forum/mvnforum/viewthread_thread,116

Something like the following should be possible

List<Person> persons =
       query.from(person)
            .where(person.lastname.endsWith("man"))
            .addFetchGroup("myfetchgroup1")
            .addFetchGroup("myfetchgroup2")
            .setMaxFetchDepth(2)
            .list(person);

Revision history for this message
FilipVercauteren (filip-vercauteren-agfa) wrote : Filip Vercauteren is out of the office.

I will be out of the office starting 21/07/2010 and will not return until
09/08/2010.

Changed in querydsl:
status: New → Fix Committed
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Released in 1.8.5

Changed in querydsl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.