Uses of Interface
org.hibernate.testing.DialectCheck
-
Packages that use DialectCheck Package Description org.hibernate.testing org.hibernate.testing.env -
-
Uses of DialectCheck in org.hibernate.testing
Methods in org.hibernate.testing that return types with arguments of type DialectCheck Modifier and Type Method Description Class<? extends DialectCheck>[]
value()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DialectCheck in org.hibernate.testing.env
Classes in org.hibernate.testing.env that implement DialectCheck Modifier and Type Class Description class
ConnectionProviderBuilder
Defines the JDBC connection information (currently H2) used by Hibernate for unit (not functional!) tests
-