@Target(value={}) @Retention(value=RUNTIME) public @interface NamedSubgraph
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| Modifier and Type | Required Element and Description | 
|---|---|
| NamedAttributeNode[] | attributeNodes(Required) The list of the attributes of the class that must
 be included. | 
| String | name(Required) The name of the subgraph as referenced from a
 NamedAttributeNode element. | 
public abstract String name
public abstract NamedAttributeNode[] attributeNodes
public abstract Class type
Copyright © 2017. All Rights Reserved.