Real cloning for Query implementations

Bug #839346 reported by John Cook
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Querydsl
Fix Released
Undecided
Unassigned

Bug Description

If not all, than almost all Query implementations have method clone(someParameter). I believe that this is unfortunately chosen name, indicating full cloning of the query. However, these methods build a new query with clone of QueryMetadata. For these methods, I've suggest name like attach(...) or something like that (I know it's not possible because of backward compatibility), and to create another method (well, copy(...) for example, when clone(...) is occupied) performing the same but also copying state of other query fields/metadata not contained in QueryMetadata (like fetchSize for HibernateQuery , etc.).
We have some use cases where full query cloning would be handy but with closed 3-parameter constructor and private access to query fields, we have now very ugly reflection based solution :(.

John Cook (smoulat)
description: updated
Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

Good points, but maybe one method is enough. The current clone could be renamed, maybe copy?, and the other state could be copied too.

I don't want to add unnecessary complexity.

Changed in querydsl:
status: New → In Progress
Revision history for this message
John Cook (smoulat) wrote :

Well, in case that user wants to make a new Query copied from another existing one but not to copy other query fields, (s)he can just use the newly accessible 3-parameter constructor. So OK, sounds good :)

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

The clone now copy also other state data. Please comment if something is still missing.

Changed in querydsl:
status: In Progress → Fix Committed
Revision history for this message
John Cook (smoulat) wrote :

I took a look at the most current version on the GitHub yesterday, and for all the issues/bugs I reported recently, they're solved exactly as we wished, I have nothing to add.
Thank you, Timo!

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

Released in 2.2.2

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.