JFinal 的 GeneratorDemo 在生成 SQL Server 出错请大神帮我看一下
Build TableMeta ...
Exception in thread "main" java.lang.RuntimeException: java.sql.SQLException: 对象名 'CHECK_CONSTRAINTS' 无效。
at com.jfinal.plugin.activerecord.generator.MetaBuilder.build(MetaBuilder.java:101)
at com.jfinal.plugin.activerecord.generator.Generator.generate(Generator.java:196)
at com.demo.common.config.GeneratorDemo.main(GeneratorDemo.java:49)
Caused by: java.sql.SQLException: 对象名 'CHECK_CONSTRAINTS' 无效。
at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:368)
at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2820)
at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2258)
at net.sourceforge.jtds.jdbc.TdsCore.getMoreResults(TdsCore.java:632)
at net.sourceforge.jtds.jdbc.JtdsStatement.executeSQLQuery(JtdsStatement.java:477)
at net.sourceforge.jtds.jdbc.JtdsStatement.executeQuery(JtdsStatement.java:1304)
at com.mchange.v2.c3p0.impl.NewProxyStatement.executeQuery(NewProxyStatement.java:35)
at com.jfinal.plugin.activerecord.generator.MetaBuilder.buildColumnMetas(MetaBuilder.java:169)
at com.jfinal.plugin.activerecord.generator.MetaBuilder.build(MetaBuilder.java:96)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
谢谢你的回答
看下这个问答:
http://www.oschina.net/question/2276614_2147333