At the moment, hibernate.temp.use_jdbc_metadata_defaults=false, the dialect can only be configured through setting hibernate.dialect to an explicit dialect class. It would be nice to allow dialect resolution based on jakarta.persistence.database-product-name, like Hibernate ORM already allows for schema management tools. |