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