Package org.hibernate.testing
Annotation Interface 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.
Plural annotation for
RequiresDialect
.
Useful when test needs to be run against more than one dialect because of a different reason.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
-
Element Details
-
value
RequiresDialect[] valueDeprecated, for removal: This API element is subject to removal in a future version.
-
RequiresDialects
instead.