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.internal
Classes in org.hibernate.graph.internal that implement AttributeNodeImplementorMethods in org.hibernate.graph.internal that return AttributeNodeImplementorModifier and TypeMethodDescription<Y> AttributeNodeImplementor<Y>
AbstractGraph.addAttributeNode
(Attribute<? super J, Y> attribute) <AJ> AttributeNodeImplementor<AJ>
AbstractGraph.addAttributeNode
(String attributeName) AbstractGraph.addAttributeNode
(AttributeNodeImplementor<?> incomingAttributeNode) <AJ> AttributeNodeImplementor<AJ>
AbstractGraph.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>
AbstractGraph.findAttributeNode
(String attributeName) <AJ> AttributeNodeImplementor<AJ>
AbstractGraph.findAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>
AbstractGraph.findOrCreateAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <Y> AttributeNodeImplementor<Y>
AbstractGraph.getAttributeNode
(Attribute<? super J, Y> attribute) <Y> AttributeNodeImplementor<Y>
AbstractGraph.getAttributeNode
(String attributeName) AttributeNodeImpl.makeCopy
(boolean mutable) Methods in org.hibernate.graph.internal that return types with arguments of type AttributeNodeImplementorMethods in org.hibernate.graph.internal with parameters of type AttributeNodeImplementorModifier and TypeMethodDescriptionAbstractGraph.addAttributeNode
(AttributeNodeImplementor<?> incomingAttributeNode) void
AttributeNodeImpl.merge
(AttributeNodeImplementor<?> attributeNode) Method parameters in org.hibernate.graph.internal with type arguments of type AttributeNodeImplementorModifier and TypeMethodDescriptionvoid
AbstractGraph.visitAttributeNodes
(Consumer<AttributeNodeImplementor<?>> consumer) -
Uses of AttributeNodeImplementor in org.hibernate.graph.internal.parse
Methods in org.hibernate.graph.internal.parse that return AttributeNodeImplementorModifier and TypeMethodDescriptionGraphParser.visitAttributeNode
(GraphLanguageParser.AttributeNodeContext ctx) Methods in org.hibernate.graph.internal.parse with parameters of type AttributeNodeImplementorModifier and TypeMethodDescriptionSubGraphGenerator.createSubGraph
(AttributeNodeImplementor<?> attributeNode, String subTypeName, SessionFactoryImplementor sessionFactory) -
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
(String attributeName) GraphImplementor.addAttributeNode
(AttributeNodeImplementor<?> makeCopy) <AJ> AttributeNodeImplementor<AJ>
GraphImplementor.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>
SubGraphImplementor.addAttributeNode
(PersistentAttribute<? super J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>
GraphImplementor.findAttributeNode
(String attributeName) <AJ> AttributeNodeImplementor<AJ>
GraphImplementor.findAttributeNode
(PersistentAttribute<? super J, AJ> attribute) default <AJ> AttributeNodeImplementor<AJ>
GraphImplementor.findOrCreateAttributeNode
(String name) <AJ> AttributeNodeImplementor<AJ>
GraphImplementor.findOrCreateAttributeNode
(PersistentAttribute<? super J, AJ> attribute) AttributeNodeImplementor.makeCopy
(boolean mutable) Methods in org.hibernate.graph.spi that return types with arguments of type AttributeNodeImplementorMethods in org.hibernate.graph.spi with parameters of type AttributeNodeImplementorModifier and TypeMethodDescriptionGraphImplementor.addAttributeNode
(AttributeNodeImplementor<?> makeCopy) void
AttributeNodeImplementor.merge
(AttributeNodeImplementor<?> attributeNode) Method parameters in org.hibernate.graph.spi with type arguments of type AttributeNodeImplementorModifier and TypeMethodDescriptiondefault void
GraphImplementor.visitAttributeNodes
(Consumer<AttributeNodeImplementor<?>> consumer)