<E> Subgraph<E> |
Graph.addElementSubgraph(PluralAttribute<? super T,?,E> attribute) |
Add a node to the graph that corresponds to a collection element
that is a managed type.
|
<X> Subgraph<X> |
Graph.addElementSubgraph(java.lang.String attributeName) |
Add a node to the graph that corresponds to a collection element
that is a managed type.
|
<X> Subgraph<X> |
Graph.addElementSubgraph(java.lang.String attributeName,
java.lang.Class<X> type) |
Add a node to the graph that corresponds to a collection element
that is a managed type.
|
<X> Subgraph<X> |
Graph.addKeySubgraph(Attribute<? super T,X> attribute) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
<X> Subgraph<? extends X> |
Graph.addKeySubgraph(Attribute<? super T,X> attribute,
java.lang.Class<? extends X> type) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
<X> Subgraph<X> |
Graph.addKeySubgraph(java.lang.String attributeName) |
Add a node to the graph that corresponds to a map key
that is a managed type.
|
<X> Subgraph<X> |
Graph.addKeySubgraph(java.lang.String attributeName,
java.lang.Class<X> type) |
Add a node to the graph that corresponds to a map key
that is a managed type with inheritance.
|
<K> Subgraph<K> |
Graph.addMapKeySubgraph(MapAttribute<? super T,K,?> attribute) |
Add a node to the graph that corresponds to a map key
that is a managed type.
|
<T> Subgraph<? extends T> |
EntityGraph.addSubclassSubgraph(java.lang.Class<? extends T> type) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
<X> Subgraph<X> |
Graph.addSubgraph(Attribute<? super T,X> attribute) |
Add a node to the graph that corresponds to a managed
type.
|
<X> Subgraph<? extends X> |
Graph.addSubgraph(Attribute<? super T,X> attribute,
java.lang.Class<? extends X> type) |
Deprecated, for removal: This API element is subject to removal in a future version.
|
<X> Subgraph<X> |
Graph.addSubgraph(java.lang.String attributeName) |
Add a node to the graph that corresponds to a managed type.
|
<X> Subgraph<X> |
Graph.addSubgraph(java.lang.String attributeName,
java.lang.Class<X> type) |
Add a node to the graph that corresponds to a managed
type with inheritance.
|
<E> Subgraph<E> |
Graph.addTreatedElementSubgraph(PluralAttribute<? super T,?,? super E> attribute,
java.lang.Class<E> type) |
Add a node to the graph that corresponds to a collection element
that is a managed type.
|
<K> Subgraph<K> |
Graph.addTreatedMapKeySubgraph(MapAttribute<? super T,? super K,?> attribute,
java.lang.Class<K> type) |
Add a node to the graph that corresponds to a map key
that is a managed type with inheritance.
|
<S extends T> Subgraph<S> |
EntityGraph.addTreatedSubgraph(java.lang.Class<S> type) |
Add additional attributes to this entity graph that
correspond to attributes of subclasses of the entity type of
this EntityGraph .
|
<Y> Subgraph<Y> |
Graph.addTreatedSubgraph(Attribute<? super T,? super Y> attribute,
java.lang.Class<Y> type) |
Add a node to the graph that corresponds to a managed
type with inheritance.
|