Package org.hibernate.testing
Annotation Type RequiresDialect
-
@Target({METHOD,TYPE}) @Retention(RUNTIME) @Repeatable(RequiresDialects.class) public @interface RequiresDialectAnnotation used to indicate that a test should be run only when run against the indicated dialects.- See Also:
RequiresDialects
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends org.hibernate.dialect.Dialect>[]valueThe dialects against which to run the test
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringcommentComment describing the reason why the dialect is required.java.lang.StringjiraKeyThe key of a JIRA issue which relates this this restrictionbooleanstrictMatchingUsed to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
-