|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) @Retention(value=RUNTIME) public @interface NamedSubgraph
A subgraph is a member of an NamedEntityGraph that represents a managed type. The NamedSubgraph is only referenced from within an NamedEntityGraph and can not be referenced on it's own. It is referenced by name from components of the NamedEntityGraph.
org.eclipse.persistence.jpa.NamedEntityGraph
,
org.eclipse.persistence.jpa.NamedSubgraph
,
org.eclipse.persistence.jpa.NamedAttributeNode
Required Element Summary | |
---|---|
java.lang.String |
name
(Required) the name of the sub-graph. |
Optional Element Summary | |
---|---|
NamedAttributeNode[] |
attributes
(Optional) if this component references a managed type then this list is the attributes of that type that must be included. |
java.lang.Class |
type
|
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.Class type
public abstract NamedAttributeNode[] attributes
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |