1. What's the default value of the Hibernate property hibernate.jdbc.factory_class? stackoverflow.comI 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). ... |
2. object instantiation with factory instead default constructo forum.hibernate.org |