|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) @Retention(value=RUNTIME) public @interface NamedSubgraph
A NamedSubgraph
is a member element of a
NamedEntityGraph
. The NamedSubgraph
is
only referenced from within a NamedEntityGraph and can not be
referenced independently. It is referenced by its name
from a NamedAttributeNode
element of the
NamedEntityGraph
.
NamedEntityGraph
,
NamedAttributeNode
Required Element Summary | |
---|---|
NamedAttributeNode[] |
attributeNodes
(Required) The list of the attributes of the class that must be included. |
java.lang.String |
name
(Required) The name of the subgraph as referenced from a NamedAttributeNode element. |
Optional Element Summary | |
---|---|
java.lang.Class |
type
(Optional) The type represented by this subgraph. |
Element Detail |
---|
public abstract java.lang.String name
public abstract NamedAttributeNode[] attributeNodes
public abstract java.lang.Class type
|
EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |