有一种简单的方法可以将hibernate设置为使用postgres为每个表使用不同的主键ID吗?我试图在DataSource中使用postgres方言:
dialect = org.hibernate.dialect.PostgreSQLDialect or dialect = net.sf.hibernate.dialect.PostgreSQLDialect
但它不起作用.谢谢
postgresql grails hibernate primary-key
grails ×1
hibernate ×1
postgresql ×1
primary-key ×1