Package org.hibernate.testing.orm.junit
Annotation Type RequiresDialectFeatureGroup
-
@Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) @ExtendWith(DialectFilterExtension.class) public @interface RequiresDialectFeatureGroup
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 RequiresDialectFeature[]
value
-
-
-
Element Detail
-
value
RequiresDialectFeature[] value
-
-
-
jiraKey
String jiraKey
The key of a JIRA issue which relates this this feature requirement.- Returns:
- The jira issue key
- Default:
- ""
-
-