Hibernate: alter table USERS drop foreign key FK_qymdwjo8d0eu0lhfd3ngfs74d2014-07-09 15:40:47 ERROR SchemaExport:425 - HHH000389: Unsuccessful: drop table if exists
在hibernate 4- spring 4设置中,可以使用SchemaExport对象生成DDL:SchemaExport schema = new SchemaExport(sfb.getConfiguration());但是hibernate 5用SchemaExport(MetadataImplement