Support nested projections in Querydsl

Bug #708801 reported by Luis Fernando Planella Gonzalez
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Querydsl
Fix Released
Undecided
Unassigned

Bug Description

A nice feature in Querydsl would be arbitrary nested projections.
So, it would be possible to create nested beans, tuples with beans, tuples with other tuples and so on.
This would also deprecate (or even remove) QBeans, as it's just a tuple with beans.
Related forum thread: http://source.mysema.com/forum/mvnforum/viewthread_thread,589

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

I just edited the description and title to signalize that this feature would be available in general in Querydsl.

summary: - Support nested projections in Querydsl-SQL
+ Support nested projections in Querydsl
description: updated
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Support for nested projections has been added. The projection types in com.mysema.query.types support it.

Support can be added to arbitrary factory expression implementations via FactoryExpressionUtils usage.

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

Released in 2.1.1

Changed in querydsl:
status: Fix Committed → Fix Released
Revision history for this message
Luis Fernando Planella Gonzalez (luisfpg) wrote :

Great!
It is also nice to have an API to add it to custom factory expressions...
Thanks!

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.