org.hibernate.junit
Annotation Type RequiresDialectFeature


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface RequiresDialectFeature

Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.

Author:
Hardy Ferentschik

Required Element Summary
 java.lang.Class<? extends DialectChecks> value
           
 
Optional Element Summary
 java.lang.String comment
          Comment describing the reason why the feature is required.
 java.lang.String jiraKey
          The key of a JIRA issue which relates this this feature requirement.
 

Element Detail

value

public abstract java.lang.Class<? extends DialectChecks> value
Returns:
The name of the dialect feature.

comment

public abstract java.lang.String comment
Comment describing the reason why the feature is required.

Returns:
The comment
Default:
""

jiraKey

public abstract java.lang.String jiraKey
The key of a JIRA issue which relates this this feature requirement.

Returns:
The jira issue key
Default:
""


Copyright © 2010. All Rights Reserved.