org.hibernate.testing
Annotation Type SkipForDialects


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

Plural annotation for SkipForDialect. Useful when more than one dialect needs to be skipped because of a different reason.


Required Element Summary
 SkipForDialect[] value
           
 

Element Detail

value

public abstract SkipForDialect[] value


Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.