@Target(value={}) @Retention(value=RUNTIME) public @interface NamedAttributeNode
| Modifier and Type | Required Element and Description | 
|---|---|
String | 
value
Specifies the name of the corresponding attribute. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
String | 
keySubgraph
Refers to a NamedSubgraph specification that further characterizes an attribute node corresponding to the
 key of a Map-valued attribute. 
 | 
String | 
subgraph
Refers to a NamedSubgraph specification that further characterizes an attribute node corresponding to a
 managed type (entity or embeddable). 
 | 
public abstract String value
public abstract String subgraph
public abstract String keySubgraph
Copyright © 2016. All rights reserved.