Package org.hibernate.testing
Annotation Type RequiresDialect
@Target({METHOD,TYPE})@Retention(RUNTIME)@Repeatable(RequiresDialects.class)@Deprecated(forRemoval=true)public @interfaceRequiresDialect
Deprecated, for removal: This API element is subject to removal in a future version.Use JUnit 5 andRequiresDialectinstead.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 StringcommentDeprecated, for removal: This API element is subject to removal in a future version.Comment describing the reason why the dialect is required.StringjiraKeyDeprecated, for removal: This API element is subject to removal in a future version.The key of a JIRA issue which relates this this restrictionbooleanstrictMatchingDeprecated, 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:
- ""