Package org.hibernate.testing
Annotation Type RequiresDialect
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) @Repeatable(RequiresDialects.class) public @interface RequiresDialect
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
Comment describing the reason why the dialect is required.String
jiraKey
The key of a JIRA issue which relates this this restrictionboolean
strictMatching
Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
-
-
-
Element Detail
-
value
Class<? extends org.hibernate.dialect.Dialect>[] value
The dialects against which to run the test- Returns:
- The dialects
-
-
-
comment
String comment
Comment describing the reason why the dialect is required.- Returns:
- The comment
- Default:
- ""
-
-
-
jiraKey
String jiraKey
The key of a JIRA issue which relates this this restriction- Returns:
- The jira issue key
- Default:
- ""
-
-