Package org.hibernate.graph.spi
Interface AttributeNodeImplementor<J>
- All Superinterfaces:
AttributeNode<J>
,AttributeNode<J>
,GraphNode<J>
,GraphNodeImplementor<J>
- All Known Implementing Classes:
AttributeNodeImpl
Integration version of the
AttributeNode
contract-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSubGraph
(SubGraphImplementor<? extends J> subGraph) Map<Class<? extends J>,
SubGraphImplementor<? extends J>> Map<Class<? extends J>,
SubGraphImplementor<? extends J>> makeCopy
(boolean mutable) <S extends J>
SubGraphImplementor<S>makeKeySubGraph
(Class<S> subtype) <S extends J>
SubGraphImplementor<S>makeKeySubGraph
(ManagedDomainType<S> subtype) <S extends J>
SubGraphImplementor<S>makeSubGraph
(Class<S> subtype) <S extends J>
SubGraphImplementor<S>makeSubGraph
(ManagedDomainType<S> subtype) void
merge
(AttributeNodeImplementor<?> attributeNode) default void
visitKeySubGraphs
(BiConsumer<Class<? extends J>, SubGraphImplementor<? extends J>> consumer) default void
visitSubGraphs
(BiConsumer<Class<? extends J>, SubGraphImplementor<? extends J>> consumer) Methods inherited from interface jakarta.persistence.AttributeNode
getAttributeName
Methods inherited from interface org.hibernate.graph.AttributeNode
addKeySubGraph, addSubGraph, getAttributeDescriptor
-
Method Details
-
getSubGraphMap
Map<Class<? extends J>,SubGraphImplementor<? extends J>> getSubGraphMap() -
getKeySubGraphMap
Map<Class<? extends J>,SubGraphImplementor<? extends J>> getKeySubGraphMap() -
visitSubGraphs
default void visitSubGraphs(BiConsumer<Class<? extends J>, SubGraphImplementor<? extends J>> consumer) -
visitKeySubGraphs
default void visitKeySubGraphs(BiConsumer<Class<? extends J>, SubGraphImplementor<? extends J>> consumer) -
getSubGraphs
- Specified by:
getSubGraphs
in interfaceAttributeNode<J>
-
getKeySubGraphs
- Specified by:
getKeySubGraphs
in interfaceAttributeNode<J>
-
getSubgraphs
- Specified by:
getSubgraphs
in interfaceAttributeNode<J>
- Specified by:
getSubgraphs
in interfaceAttributeNode<J>
-
getKeySubgraphs
- Specified by:
getKeySubgraphs
in interfaceAttributeNode<J>
- Specified by:
getKeySubgraphs
in interfaceAttributeNode<J>
-
makeCopy
-
makeSubGraph
SubGraphImplementor<J> makeSubGraph()- Specified by:
makeSubGraph
in interfaceAttributeNode<J>
-
makeKeySubGraph
SubGraphImplementor<J> makeKeySubGraph()- Specified by:
makeKeySubGraph
in interfaceAttributeNode<J>
-
makeSubGraph
- Specified by:
makeSubGraph
in interfaceAttributeNode<J>
-
makeKeySubGraph
- Specified by:
makeKeySubGraph
in interfaceAttributeNode<J>
-
makeSubGraph
-
makeKeySubGraph
-
merge
-
addSubGraph
-