You could enable info logging for org.hibernate.cfg.Environment ? There should be a message that Hibernate prints at bootstrap with all the configuration parameters it has been provided with, both from the hibernate.properties file, any default settings, or those supplied as a part of the EntityManagerFactory/SessionFactory bootstrapping process. It'd be interesting to know if you do see hibernate.hbm2ddl.auto specified. |