Package org.hibernate.graph
Interface AttributeNode<J>
- All Superinterfaces:
AttributeNode<J>
,GraphNode<J>
- All Known Subinterfaces:
AttributeNodeImplementor<J>
- All Known Implementing Classes:
AttributeNodeImpl
Extends the JPA-defined
AttributeNode
with additional operations.-
Method Summary
Modifier and TypeMethodDescription<S extends J>
voidaddKeySubGraph
(Class<S> subType, SubGraph<S> subGraph) <S extends J>
voidaddSubGraph
(Class<S> subType, SubGraph<S> subGraph) makeKeySubGraph
(Class<S> subtype) makeSubGraph
(Class<S> subtype) Methods inherited from interface jakarta.persistence.AttributeNode
getAttributeName
-
Method Details
-
getAttributeDescriptor
PersistentAttribute<?,J> getAttributeDescriptor() -
getSubGraphs
-
getKeySubGraphs
-
getSubgraphs
- Specified by:
getSubgraphs
in interfaceAttributeNode<J>
-
getKeySubgraphs
- Specified by:
getKeySubgraphs
in interfaceAttributeNode<J>
-
addSubGraph
-
addKeySubGraph
-
makeSubGraph
-
makeKeySubGraph
-
makeSubGraph
-
makeKeySubGraph
-