mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 04:34:49 +00:00
To properly support the idea of wrapping the Dialect, we need to take this into account whenever an `instanceof` is used to check for Dialect capabilities. Also some code is casting to the expected Dialect.