我遇到了hibernate& amp; Postgres
版本 org.hibernate作为:休眠-的EntityManager:5.1.0.Final &安培; Postgres Client和Server 9.4.5
我正在使用注释,当我使用Camel案例时,我得到一个表未找到错误但是当我使用小写时它没有问题(我更改数据库中的表名以匹配)所以
ws://localhost:9001
工作正常,但
@Entity
@Table(name = "accounttype")
public class AccountType implements Serializable {...
因找不到表错误而失败?
这是一个已知问题还是我应该设置一个属性?!
非常感谢
答案 0 :(得分:0)
道歉在hibernate论坛上找到答案。 Postgres希望围绕混合案例表单引号 - “(forum.hibernate.org/viewtopic.php?f=1&t=935715)