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 创建一个 SQL 查询来查找来自 database.table 的数据,并且 SQL 希望请求来自 [database.table]。如何让 Hibernate 放入 [ ]?
引用数据库标识符的需要源于所使用的数据库,有些会,有些不会;“想要”这个的不是 SQL 本身。因此,您需要设置正确的数据库方言,然后 Hibernate 会在需要时自动执行此操作。事实上,Hibernate 的好处之一就是您不需要关心这些差异。