org.hibernate.testing.junit
@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) public @interface RequiresDialect
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends Dialect>[] |
value
The dialects against which to run the test
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
comment
Comment describing the reason why the dialect is required.
|
java.lang.String |
jiraKey
The key of a JIRA issue which relates this this restriction
|
boolean |
strictMatching
Used to indicate if the dialects should be matched strictly (classes equal) or
non-strictly (instanceof).
|
public abstract java.lang.Class<? extends Dialect>[] value
public abstract boolean strictMatching
public abstract java.lang.String comment
public abstract java.lang.String jiraKey
Copyright © 2014. All Rights Reserved.