@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NamedEntityGraph
org.eclipse.persistence.jpa.NamedEntityGraph
Modifier and Type | Required Element and Description |
---|---|
NamedAttributeNode[] |
attributes
(Required) list of attributes that exist in this sub-graph.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name
(Optional) The name of the sub-graph.
|
NamedSubgraph[] |
subclassSubgraphs |
NamedSubgraph[] |
subgraphs
(Optional) This is a list of ManagedComponents that exist in the sub-graph.
|
public abstract NamedAttributeNode[] attributes
public abstract java.lang.String name
public abstract NamedSubgraph[] subgraphs
public abstract NamedSubgraph[] subclassSubgraphs