Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the most suitable hibernate.dialect for postgresql 10.5? [closed]

I am looking at hibernate documentation here: https://docs.jboss.org/hibernate/orm/5.0/javadocs/org/hibernate/dialect/package-summary.html to try to find which hibernate.dialect to use inside persistence.xml

It does not mention a class for Postgres 10.x. Should I use PostgreSQL94Dialect?

like image 980
Leon Avatar asked Oct 18 '18 08:10

Leon


Video Answer


1 Answers

Looking at newest documentation and it's PostgreSQL95Dialect

like image 75
Trynkiewicz Mariusz Avatar answered Jan 12 '23 18:01

Trynkiewicz Mariusz