Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是Hibernate的新手,我需要帮助/解答一些疑问。
1) 我正在使用 Oracle 10g 方言,如果我使用 Session.CreateSqlQuery("Oracle syntax SQL Query");
我的问题:如果我将方言更改为SQL Server 2008。我使用 CreateSqlQuery() 创建的查询会在SQL Server 2008上更改/运行吗?或者我是否需要再次更改查询。
谢谢和问候,阿南德。
您需要指定 SQL Server 2008 的方言。它取决于数据库。您不能对两个数据库使用相同的方言