Ok, made some progress:
Code:
hibernate.temp.use_jdbc_metadata_defaults=false
hibernate.hbm2ddl.auto=none
hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
hibernate.connection.pool_size=0
I had to dig (debug) to find
hibernate.temp.use_jdbc_metadata_defaults.
I'm still not totally convinced that this is complete. A couple of things, though: I'm not sure that
hibernate.temp.use_jdbc_metadata_defaults will be around forever, and the value "none" for
hibernate.hbm2ddl.auto didn't seem to be documented.
Any other suggestions?
-matthew