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) <T> AttributeNodeImplementor<T, ?, ?> Returns the named node associated with the graph, if one, including checks into treated subgraphs.<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) <T> AttributeNodeImplementor<T, ?, ?> GraphImplementor.getExistingNode(String attributeName) Retrieve an already existing node, if one, from the graph excluding all other checks.<T> AttributeNodeImplementor<T, ?, ?> GraphImplementor.getExistingNode(PersistentAttribute<?, ? extends T> attribute) Retrieve an already existing node, if one, from the graph excluding all other checks.AttributeNodeImplementor.makeCopy(boolean mutable) AttributeNodeImplementor.markRemoved(boolean removed) Mark the attribute as removed or not.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 TypeMethodDescriptionvoidAttributeNodeImplementor.merge(AttributeNodeImplementor<J, E, K> other)