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.
The `hibernate-testing` module of Hibernate ORM defines utilities for writing tests easier. This documentation focuses on the JUnit 5 & annotation based testing support... // todo (6.1) : write more (duh)