Re: [hibernate-dev] Multiple-object batched inserts

2007-08-23 Thread Brett Wooldridge
debug message saying "Executing batch size: 1" for each statement. >>> >>> So my question is this ... is there any reason not to use a Map>> PreparedStatement> construct in the BatchingBatcher such that the >>> appropriate PreparedStatement can be located a

Re: [hibernate-dev] Multiple-object batched inserts

2007-08-23 Thread Brett Wooldridge
tion is this ... is there any reason not to use a Map> PreparedStatement> construct in the BatchingBatcher such that the >> appropriate PreparedStatement can be located and re-used based on the >> incoming SQL rather than only retaining the _last_ SQL statement which is >>

[hibernate-dev] Multiple-object batched inserts

2007-08-22 Thread Brett Wooldridge
done or wouldn't work, I will be happy to make the change and submit a patch. [Can you tell how bad I need batching in this scenario?] Thanks, Brett Wooldridge The ZipTie Project www.ziptie.org ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev