You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by "Thomas Fox (JIRA)" <ji...@apache.org> on 2013/02/19 09:37:13 UTC

[jira] [Created] (TORQUE-268) Copy constructor for Criteria

Thomas Fox created TORQUE-268:
---------------------------------

             Summary: Copy constructor for Criteria
                 Key: TORQUE-268
                 URL: https://issues.apache.org/jira/browse/TORQUE-268
             Project: Torque
          Issue Type: Improvement
          Components: Runtime
    Affects Versions: 4.0-beta1
            Reporter: Thomas Fox
             Fix For: 4.0


Currently, there is no possibility to create a (reasonably) deep copy of a criteria object.
There is the clone() method which creates a shallow copy.
There should be a copy constructor which creates a new criteria object where all the contained list and Criterion object are copied as well.
(ist is not possible to create a total deep copy because some of the objects in the list do not have a well-defined type )

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org