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
?