You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "Xavier TROUSSICOT (JIRA)" <ji...@apache.org> on 2005/10/03 17:17:48 UTC

[jira] Created: (DDLUTILS-24) Insert / update collection of Dynabean

Insert / update collection of Dynabean
--------------------------------------

         Key: DDLUTILS-24
         URL: http://issues.apache.org/jira/browse/DDLUTILS-24
     Project: DdlUtils
        Type: Improvement
 Environment: All
    Reporter: Xavier TROUSSICOT
 Assigned to: Thomas Dudziak 


The insert method in the PlatformImplBase class does not  accept Collection or Iterator of Dynabean . It could be usefull as it is for the DataWriter.write method. This improvement should commit by packet.

It could be done through DataToDatabaseSink class but the commit is done after each bean.

Whatis your opinion about it ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (DDLUTILS-24) Insert / update collection of Dynabean

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-24?page=all ]
     
Thomas Dudziak resolved DDLUTILS-24:
------------------------------------

    Resolution: Fixed

> Insert / update collection of Dynabean
> --------------------------------------
>
>          Key: DDLUTILS-24
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-24
>      Project: DdlUtils
>         Type: Improvement

>  Environment: All
>     Reporter: Xavier TROUSSICOT
>     Assignee: Thomas Dudziak

>
> The insert method in the PlatformImplBase class does not  accept Collection or Iterator of Dynabean . It could be usefull as it is for the DataWriter.write method. This improvement should commit by packet.
> It could be done through DataToDatabaseSink class but the commit is done after each bean.
> Whatis your opinion about it ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (DDLUTILS-24) Insert / update collection of Dynabean

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DDLUTILS-24?page=all ]

Thomas Dudziak updated DDLUTILS-24:
-----------------------------------

    Component: Core (No specific database)

> Insert / update collection of Dynabean
> --------------------------------------
>
>          Key: DDLUTILS-24
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-24
>      Project: DdlUtils
>         Type: Improvement

>   Components: Core (No specific database)
>  Environment: All
>     Reporter: Xavier TROUSSICOT
>     Assignee: Thomas Dudziak

>
> The insert method in the PlatformImplBase class does not  accept Collection or Iterator of Dynabean . It could be usefull as it is for the DataWriter.write method. This improvement should commit by packet.
> It could be done through DataToDatabaseSink class but the commit is done after each bean.
> Whatis your opinion about it ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DDLUTILS-24) Insert / update collection of Dynabean

Posted by "Xavier TROUSSICOT (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DDLUTILS-24?page=comments#action_12331252 ] 

Xavier TROUSSICOT commented on DDLUTILS-24:
-------------------------------------------

This Collection or Iterator of Dynabean objects could be used only of the Dynabean objects concern a unique table.

> Insert / update collection of Dynabean
> --------------------------------------
>
>          Key: DDLUTILS-24
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-24
>      Project: DdlUtils
>         Type: Improvement
>  Environment: All
>     Reporter: Xavier TROUSSICOT
>     Assignee: Thomas Dudziak

>
> The insert method in the PlatformImplBase class does not  accept Collection or Iterator of Dynabean . It could be usefull as it is for the DataWriter.write method. This improvement should commit by packet.
> It could be done through DataToDatabaseSink class but the commit is done after each bean.
> Whatis your opinion about it ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (DDLUTILS-24) Insert / update collection of Dynabean

Posted by "Thomas Dudziak (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/DDLUTILS-24?page=comments#action_12331245 ] 

Thomas Dudziak commented on DDLUTILS-24:
----------------------------------------

Via the Platform, yes, that might be useful. But your have to be aware that DdlUtils won't be able to ensure that the beans are inserted in Foreignkey-order (that's what DataToDatabaseSink does).

> Insert / update collection of Dynabean
> --------------------------------------
>
>          Key: DDLUTILS-24
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-24
>      Project: DdlUtils
>         Type: Improvement
>  Environment: All
>     Reporter: Xavier TROUSSICOT
>     Assignee: Thomas Dudziak

>
> The insert method in the PlatformImplBase class does not  accept Collection or Iterator of Dynabean . It could be usefull as it is for the DataWriter.write method. This improvement should commit by packet.
> It could be done through DataToDatabaseSink class but the commit is done after each bean.
> Whatis your opinion about it ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira