| Package | Description | 
|---|---|
| javax.persistence | 
| Modifier and Type | Method and Description | 
|---|---|
<X> Subgraph<X> | 
EntityGraph.addKeySubgraph(Attribute<? super T,X> attribute)
Add a node to the graph that corresponds to a map key that is a managed type. 
 | 
<X> Subgraph<X> | 
Subgraph.addKeySubgraph(Attribute<? super T,X> attribute)
Add a node to the graph that corresponds to a map key that is a managed type. 
 | 
<X> Subgraph<? extends X> | 
EntityGraph.addKeySubgraph(Attribute<? super T,X> attribute,
              Class<? extends X> type)
Add a node to the graph that corresponds to a map key that is a managed type with inheritance. 
 | 
<X> Subgraph<? extends X> | 
Subgraph.addKeySubgraph(Attribute<? super T,X> attribute,
              Class<? extends X> type)
Add a node to the graph that corresponds to a map key that is a managed type with inheritance. 
 | 
<X> Subgraph<X> | 
EntityGraph.addKeySubgraph(String attributeName)
Add a node to the graph that corresponds to a map key that is a managed type. 
 | 
<X> Subgraph<X> | 
Subgraph.addKeySubgraph(String attributeName)
Add a node to the graph that corresponds to a map key that is a managed type. 
 | 
<X> Subgraph<X> | 
EntityGraph.addKeySubgraph(String attributeName,
              Class<X> type)
Add a node to the graph that corresponds to a map key that is a managed type with inheritance. 
 | 
<X> Subgraph<X> | 
Subgraph.addKeySubgraph(String attributeName,
              Class<X> type)
Add a node to the graph that corresponds to a map key that is a managed type with inheritance. 
 | 
<X> Subgraph<? extends X> | 
EntityGraph.addSubclassSubgraph(Class<? extends X> type)
Add additional attributes to this entity graph that correspond to attributes of subclasses of this
 EntityGraph's entity type. 
 | 
<X> Subgraph<X> | 
EntityGraph.addSubgraph(Attribute<? super T,X> attribute)
Add a node to the graph that corresponds to a managed type. 
 | 
<X> Subgraph<X> | 
Subgraph.addSubgraph(Attribute<? super T,X> attribute)
Add a node to the graph that corresponds to a managed type. 
 | 
<X> Subgraph<? extends X> | 
EntityGraph.addSubgraph(Attribute<? super T,X> attribute,
           Class<? extends X> type)
Add a node to the graph that corresponds to a managed type with inheritance. 
 | 
<X> Subgraph<? extends X> | 
Subgraph.addSubgraph(Attribute<? super T,X> attribute,
           Class<? extends X> type)
Add a node to the graph that corresponds to a managed type with inheritance. 
 | 
<X> Subgraph<X> | 
EntityGraph.addSubgraph(String attributeName)
Add a node to the graph that corresponds to a managed type. 
 | 
<X> Subgraph<X> | 
Subgraph.addSubgraph(String attributeName)
Add a node to the graph that corresponds to a managed type. 
 | 
<X> Subgraph<X> | 
EntityGraph.addSubgraph(String attributeName,
           Class<X> type)
Add a node to the graph that corresponds to a managed type with inheritance. 
 | 
<X> Subgraph<X> | 
Subgraph.addSubgraph(String attributeName,
           Class<X> type)
Add a node to the graph that corresponds to a managed type with inheritance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Class,Subgraph> | 
AttributeNode.getKeySubgraphs()
Return the Map of subgraphs associated with this attribute node's map key. 
 | 
Map<Class,Subgraph> | 
AttributeNode.getSubgraphs()
Return the Map of subgraphs associated with this attribute node. 
 | 
Copyright © 2016. All rights reserved.