我无法查询" all_sequences"我的数据库中的表。
我是否需要向所有者/用户ID提供任何授权才能解决此问题?
由于此问题,在服务器启动期间,我从hibernate.hbm2ddl.auto中获得以下错误验证:
ERROR o.h.tool.hbm2ddl.SchemaValidator - HHH000300: Could not complete schema validation
org.postgresql.util.PSQLException: ERROR: relation "all_sequences" does not exist
答案 0 :(得分:2)
您应该使用以下属性更新hibernate.cfg.xml:
<property name="dialect">org.hibernate.dialect.PostgreSQLDialect</property>