@Inherited @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,ANNOTATION_TYPE}) @Repeatable(value=RequiresDialects.class) @ExtendWith(value=DialectFilterExtension.class) public @interface RequiresDialect
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends org.hibernate.dialect.Dialect> |
value
The Dialect class to match.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
matchSubTypes
Should subtypes of
value() be matched? |
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.