Package org.hibernate.testing
Annotation Type RequiresDialect
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) @Repeatable(RequiresDialects.class) @Deprecated(forRemoval=true) public @interface RequiresDialect
Deprecated, for removal: This API element is subject to removal in a future version.Use JUnit 5 andRequiresDialect
instead.Annotation used to indicate that a test should be run only when run against the indicated dialects.- See Also:
RequiresDialects
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
comment
Deprecated, for removal: This API element is subject to removal in a future version.Comment describing the reason why the dialect is required.String
jiraKey
Deprecated, for removal: This API element is subject to removal in a future version.The key of a JIRA issue which relates this this restrictionboolean
strictMatching
Deprecated, for removal: This API element is subject to removal in a future version.Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
-
-
-
-
comment
String comment
Deprecated, for removal: This API element is subject to removal in a future version.Comment describing the reason why the dialect is required.- Returns:
- The comment
- Default:
- ""
-
-
-
jiraKey
String jiraKey
Deprecated, for removal: This API element is subject to removal in a future version.The key of a JIRA issue which relates this this restriction- Returns:
- The jira issue key
- Default:
- ""
-
-