...
The value yourDialect is a defined Hibernate SQL dialect such as org.hibernate.dialect.HSQLDialect or org.hibernate.dialect.MySQL5Dialect. The dialect is a class defined on the class path. Hibernate defines a number of 'standard' ‘standard’ dialects.
For example, the global property if using MySQL5 would be
...