@Target(value={})
@Retention(value=RUNTIME)
public @interface NamedSubgraph
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 |
name
(Required) the name of the sub-graph.
|
Modifier and Type | Optional Element and Description |
---|---|
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 |
public abstract java.lang.String name
public abstract java.lang.Class type
public abstract NamedAttributeNode[] attributes