Uses of Interface
org.hibernate.graph.spi.AttributeNodeImplementor
Packages that use AttributeNodeImplementor
Package
Description
This package defines an internal SPI abstracting over implementations
of the APIs defined in
org.hibernate.graph
.-
Uses of AttributeNodeImplementor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return AttributeNodeImplementorModifier and TypeMethodDescription<Y> AttributeNodeImplementor
<Y, ?, ?> GraphImplementor.addAttributeNode
(Attribute<? super J, Y> attribute) <AJ> AttributeNodeImplementor
<AJ, ?, ?> GraphImplementor.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor
<AJ, ?, ?> GraphImplementor.findAttributeNode
(String attributeName) <AJ> AttributeNodeImplementor
<AJ, ?, ?> GraphImplementor.findAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor
<AJ, ?, ?> GraphImplementor.findOrCreateAttributeNode
(String name) <AJ> AttributeNodeImplementor
<AJ, ?, ?> GraphImplementor.findOrCreateAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <Y> AttributeNodeImplementor
<Y, ?, ?> GraphImplementor.getAttributeNode
(Attribute<? super J, Y> attribute) <Y> AttributeNodeImplementor
<Y, ?, ?> GraphImplementor.getAttributeNode
(String attributeName) AttributeNodeImplementor.makeCopy
(boolean mutable) Methods in org.hibernate.graph.spi that return types with arguments of type AttributeNodeImplementorModifier and TypeMethodDescriptionList
<? extends AttributeNodeImplementor<?, ?, ?>> GraphImplementor.getAttributeNodeList()
Map
<PersistentAttribute<? super J, ?>, AttributeNodeImplementor<?, ?, ?>> GraphImplementor.getNodes()
Methods in org.hibernate.graph.spi with parameters of type AttributeNodeImplementorModifier and TypeMethodDescriptionvoid
AttributeNodeImplementor.merge
(AttributeNodeImplementor<J, E, K> other)