@Inherited @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Repeatable(value=SkipForDialectGroup.class) @ExtendWith(value=DialectFilterExtension.class) public @interface SkipForDialect
SkipForDialectGroup| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends org.hibernate.dialect.Dialect> |
dialectClass |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
matchSubTypes |
String |
reason |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.