Package org.hibernate.testing.orm.junit
Annotation Type RequiresDialect
-
@Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) @Repeatable(RequiresDialects.class) @ExtendWith(DialectFilterExtension.class) public @interface RequiresDialect
Indicates that the annotated test class/method should only be run when the indicated Dialect is being used.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
comment
Comment describing the reason why the dialect is required.int
majorVersion
boolean
matchSubTypes
Should subtypes ofvalue()
be matched?int
microVersion
int
minorVersion
-