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<AJ> AttributeNodeImplementor<AJ>AbstractGraph.addAttributeNode(String attributeName) AbstractGraph.addAttributeNode(AttributeNodeImplementor<?> incomingAttributeNode) <AJ> AttributeNodeImplementor<AJ>AbstractGraph.addAttributeNode(PersistentAttribute<? extends J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>AbstractGraph.findAttributeNode(String attributeName) <AJ> AttributeNodeImplementor<AJ>AbstractGraph.findAttributeNode(PersistentAttribute<? extends J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>AbstractGraph.findOrCreateAttributeNode(PersistentAttribute<? extends J, AJ> attribute) 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) voidAttributeNodeImpl.merge(AttributeNodeImplementor<?> attributeNode) -
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<AJ> AttributeNodeImplementor<AJ>GraphImplementor.addAttributeNode(String attributeName) GraphImplementor.addAttributeNode(AttributeNodeImplementor<?> makeCopy) <AJ> AttributeNodeImplementor<AJ>GraphImplementor.addAttributeNode(PersistentAttribute<? extends J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>SubGraphImplementor.addAttributeNode(PersistentAttribute<? extends J, AJ> attribute) <AJ> AttributeNodeImplementor<AJ>GraphImplementor.findAttributeNode(String attributeName) <AJ> AttributeNodeImplementor<AJ>GraphImplementor.findAttributeNode(PersistentAttribute<? extends J, AJ> attribute) default <AJ> AttributeNodeImplementor<AJ>GraphImplementor.findOrCreateAttributeNode(String name) <AJ> AttributeNodeImplementor<AJ>GraphImplementor.findOrCreateAttributeNode(PersistentAttribute<? extends 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) voidAttributeNodeImplementor.merge(AttributeNodeImplementor<?> attributeNode) Method parameters in org.hibernate.graph.spi with type arguments of type AttributeNodeImplementorModifier and TypeMethodDescriptiondefault voidGraphImplementor.visitAttributeNodes(Consumer<AttributeNodeImplementor<?>> consumer)