|
In my log config I have org.hibernate.tool.hbm2ddl=TRACE With Hibernate 4.3.x this prints me all the create table ... and alter table ... statements into my log file (e.g when having hibernate.hbm2ddl.auto set to update)
In Hibernate 5 this does not work anymore.
For me this is a bug.
|