java.lang.UnsupportedOperationException:尝试使用不受支持的SchemaExport构造函数接受org.hibernate.cfg.Configuration

时间:2017-08-03 05:57:32

标签: hibernate unsupported-class-version

如何解决以下错误?

Exception in thread "main" java.lang.UnsupportedOperationException: Attempt to use unsupported SchemaExport constructor accepting org.hibernate.cfg.Configuration; one of the forms accepting org.hibernate.boot.spi.MetadataImplementor should be used instead
    at org.hibernate.tool.hbm2ddl.SchemaExport.<init>(SchemaExport.java:250)
    at com.slokam.model.CreativeMain.main(CreativeMain.java:21)

0 个答案:

没有答案