Package org.hibernate.testing
Annotation Type RequiresDialects
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) @Deprecated(forRemoval=true) public @interface RequiresDialects
Deprecated, for removal: This API element is subject to removal in a future version.Use JUnit 5 andRequiresDialects
instead.Plural annotation forRequiresDialect
. Useful when test needs to be run against more than one dialect because of a different reason.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description RequiresDialect[]
value
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Element Detail
-
value
RequiresDialect[] value
Deprecated, for removal: This API element is subject to removal in a future version.
-
-