@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 |
|---|---|
String |
comment
Comment describing the reason why the dialect is required.
|
boolean |
matchSubTypes
Should subtypes of
value() be matched? |
public abstract Class<? extends org.hibernate.dialect.Dialect> value
public abstract boolean matchSubTypes
value() be matched?public abstract String comment
Copyright © 2001-2024 Red Hat, Inc. All Rights Reserved.