Package org.hibernate.testing
Annotation Type RequiresDialectFeature
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface RequiresDialectFeature
Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends DialectCheck>[]
value
-
-
-
Element Detail
-
value
Class<? extends DialectCheck>[] value
- Returns:
- Class which checks the necessary dialect feature
-
-
-
comment
String comment
Comment describing the reason why the feature is required.- Returns:
- The comment
- Default:
- ""
-
-
-
jiraKey
String jiraKey
The key of a JIRA issue which relates this this feature requirement.- Returns:
- The jira issue key
- Default:
- ""
-
-