I currently do not specify the hibernate.dialect in my configuration (which means
Hibernate must be determining the dialect based upon my url, right?) but even if I did, I
don't know how to get the property value at runtime. Whatever the case, what's the
best way to determine the underlying database at runtime?
Thanks in advance, Tom