| Package | Description |
|---|---|
| org.kie.workbench.common.screens.datamodeller.client.util |
| Modifier and Type | Method and Description |
|---|---|
FetchMode |
RelationshipAnnotationValueHandler.getFetch() |
static FetchMode |
FetchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchMode[] |
FetchMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
RelationshipAnnotationValueHandler.createAnnotation(RelationType relationType,
CascadeType cascadeType,
FetchMode fetchMode,
Boolean optional,
String mappedBy,
Boolean orphanRemoval,
Map<String,AnnotationDefinition> annotationDefinitions) |
void |
RelationshipAnnotationValueHandler.setFetch(FetchMode fetch) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.