Document how to implement and configure custom Batchers in Hibernate 4.x
------------------------------------------------------------------------
Key: HHH-6711
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-6711
Project: Hibernate Core
Issue Type: Task
Components: core
Affects Versions: 4.0.0.CR4, 4.0.0.CR3, 4.0.0.CR2, 4.0.0.CR1, 4.0.0.Beta5,
4.0.0.Beta4, 4.0.0.Beta3, 4.0.0.Beta2, 4.0.0.Beta1, 4.0.0.Alpha3, 4.0.0.Alpha2,
4.0.0.Alpha1
Reporter: Manuel Dominguez Sarmiento
We have been using a custom Oracle batching implementation to allow batch updates for
versioned entities with the Oracle JDBC driver.
We tried to migrate to the latest Hibernate 4 CR, but found that the hooks for batching
have changed, and it is not really obvious how this works or is configured.
Previously (3.6.x as well as older releases) had a hibernate.jdbc.factory_class property
which allowed specifying a factory class for batching implementations.
How does this work now? Is it even supported?
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira