Interface RootGraphImplementor<J>
- All Superinterfaces:
EntityGraph<J>, Graph<J>, Graph<J>, GraphImplementor<J>, GraphNode<J>, GraphNodeImplementor<J>, RootGraph<J>
Integration version of the
RootGraph contract.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanappliesTo(EntityDomainType<?> entityType) makeCopy(boolean mutable) Make a copy of this root graph, with the given mutability.Make a copy of this graph node, with the given mutability and the given name.Methods inherited from interface EntityGraph
addTreatedSubgraph, getNameMethods inherited from interface Graph
addAttributeNode, addAttributeNodes, addAttributeNodes, getAttributeNodes, removeAttributeNode, removeAttributeNode, removeAttributeNodesMethods inherited from interface Graph
addElementSubgraph, addElementSubgraph, addElementSubgraph, addMapKeySubgraph, getGraphedTypeMethods inherited from interface GraphImplementor
addAttributeNode, addKeySubgraph, addKeySubgraph, addSubgraph, addSubgraph, addSubgraph, addTreatedElementSubgraph, addTreatedElementSubgraph, addTreatedMapKeySubgraph, addTreatedMapKeySubgraph, addTreatedSubgraph, addTreatedSubgraph, addTreatedSubgraph, addTreatedSubgraph, findNode, findOrCreateAttributeNode, getAttributeNode, getAttributeNode, getAttributeNodeList, getExistingNode, getExistingNode, getNodes, getTreatedSubgraphs, hasAttributeNode, hasAttributeNode, merge, mergeInternal
-
Method Details
-
appliesTo
-
makeCopy
Description copied from interface:RootGraphMake a copy of this root graph, with the given mutability.If this graph is immutable, and the argument is
false, simply return this instance. -
makeCopy
Description copied from interface:RootGraphMake a copy of this graph node, with the given mutability and the given name.If this graph is immutable, and the argument is
false, simply return this instance.
-