Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug#214910 - Batch query timeout support

Everyone,
    The following change will be checked into eclipse, any feedback is welcome.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=214910
  
Short Description:
--------------------------
        Batched query timeout:
        Add query timeout support for dynamic/parameterized batched inserts/updates.
        Metadata support for query-timeout exists for both DatabaseQuery and DescriptorQueryManager

Code Reviewed by:
    Gordon Yorke
 
New Tests:
        eclipselink.core.test  
            in TopLinkBatchUpdatesTest 5 new tests were added to
            org.eclipse.persistence.testing.tests.feature.TopLinkBatchUpdatesTestModel
 
thank you
/michael

Back to the top