|
Why not have the setting
configuration.setProperty("hibernate.temp.use_jdbc_metadata_defaults","false");
by default? This makes building a SessionFactory so much faster (like 300 times faster). If someone needs this setting to be true, they can explicitly enable it.
|