@Target(value={})
@Retention(value=RUNTIME)
public @interface NamedAttributeNode
org.eclipse.persistence.jpa.NamedEntityGraph
, org.eclipse.persistence.jpa.NamedSubgraph
, org.eclipse.persistence.jpa.NamedAttributeNode
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
(Required) the name of the attribute that must be in the sub-graph.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
keySubgraph |
java.lang.String |
subgraphName
(Optional) if this attribute references a managed type that has its own components then this refers to that subgraph definition.
|
public abstract java.lang.String value
public abstract java.lang.String subgraphName
public abstract java.lang.String keySubgraph