• 首页 首页 icon
  • 工具库 工具库 icon
    • IP查询 IP查询 icon
  • 内容库 内容库 icon
    • 快讯库 快讯库 icon
    • 精品库 精品库 icon
    • 问答库 问答库 icon
  • 更多 更多 icon
    • 服务条款 服务条款 icon

Hibernate逆向工程向导-可用表为空-问题

用户头像
it1352
帮助3

问题说明

我正在尝试将Hibernate集成到我的Netbeans项目中以连接到Microsoft SQL Server.我已经运行了Hibernate Configuration文件向导(并建立了一个新的数据库连接).我已将方言设置为SqlServerDialect.我最初使用db_owner模式建立连接.我在连接上运行了测试查询,它们都返回正确的信息.

I'm trying to integrate Hibernate into my Netbeans project to connect to Microsoft SQL Server. I've run the Hibernate Configuration file wizard (and set up a new database connection). I've set the dialect to SqlServerDialect. I initially set up the connection with the db_owner schema. I've run test queries on the connection and they all return the correct information.

但是,当我尝试运行休眠映射"向导或休眠逆向工程"向导时,没有可用的表可供选择.

However, when I try to run either the Hibernate Mapping wizard or the Hibernate Reverse Engineering wizard, there are no available tables to select.

我正在使用Microsoft的JDBC(版本4).还有其他类似的问题已经发布,但是没有提供有效的答案.

I'm using the JDBC from Microsoft (version 4). There are other similar questions already posted, but no answers that have been provided work.

正确答案

#1

事实证明我选择了错误的默认架构.我选择了db_owner,它应该是dbo.当我在服务"选项卡下检查连接并展开默认架构时,它没有显示任何表.显然,SQL执行程序使用默认模式以外的其他模式来查找结果.

It turns out I selected the wrong default schema. I selected db_owner and it should have been dbo. When I checked the connection under the services tab and expanded the default schema, it showed no tables. Apparently the SQL executor uses other schemas besides the default to find results.

这篇好文章是转载于:学新通技术网

  • 版权申明: 本站部分内容来自互联网,仅供学习及演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,请提供相关证据及您的身份证明,我们将在收到邮件后48小时内删除。
  • 本站站名: 学新通技术网
  • 本文地址: /reply/detail/tanhbiejge
系列文章
更多 icon
同类精品
更多 icon
继续加载