factory « Default « JPA Q&A





1. What's the default value of the Hibernate property hibernate.jdbc.factory_class?    stackoverflow.com

I want to provide a custom Batcher for Hibernate to use (for this reason: http://stackoverflow.com/questions/83093/hibernate-insert-batch-with-postgresql), but I want to create a modification of whatever it's already using (BatchingBatcher or NonBatchingBatcher). ...