Package org.hibernate.testing.orm.junit
Annotation Interface 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 -
Optional Element Summary
Optional Elements
-
Element Details
-
value
RequiresDialectFeature[] value
-
-
-
jiraKey
String jiraKeyThe key of a JIRA issue which relates this this feature requirement.- Returns:
- The jira issue key
- Default:
- ""
-