Uses of Interface
org.hibernate.graph.spi.AttributeNodeImplementor
-
Packages that use AttributeNodeImplementor Package Description org.hibernate.graph.internal org.hibernate.graph.internal.parse org.hibernate.graph.spi This package defines an internal SPI abstracting over implementations of the APIs defined inorg.hibernate.graph
. -
-
Uses of AttributeNodeImplementor in org.hibernate.graph.internal
Classes in org.hibernate.graph.internal that implement AttributeNodeImplementor Modifier and Type Class Description class
AttributeNodeImpl<J>
Implementation ofAttributeNode
.Methods in org.hibernate.graph.internal that return AttributeNodeImplementor Modifier and Type Method Description <AJ> AttributeNodeImplementor<AJ>
AbstractGraph. addAttributeNode(String attributeName)
AttributeNodeImplementor<?>
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)
AttributeNodeImplementor<J>
AttributeNodeImpl. makeCopy(boolean mutable)
Methods in org.hibernate.graph.internal that return types with arguments of type AttributeNodeImplementor Modifier and Type Method Description List<AttributeNodeImplementor<?>>
AbstractGraph. getAttributeNodeImplementors()
Methods in org.hibernate.graph.internal with parameters of type AttributeNodeImplementor Modifier and Type Method Description AttributeNodeImplementor<?>
AbstractGraph. addAttributeNode(AttributeNodeImplementor<?> incomingAttributeNode)
void
AttributeNodeImpl. merge(AttributeNodeImplementor<?> attributeNode)
-
Uses of AttributeNodeImplementor in org.hibernate.graph.internal.parse
Methods in org.hibernate.graph.internal.parse that return AttributeNodeImplementor Modifier and Type Method Description AttributeNodeImplementor
GraphParser. visitAttributeNode(GraphLanguageParser.AttributeNodeContext ctx)
Methods in org.hibernate.graph.internal.parse with parameters of type AttributeNodeImplementor Modifier and Type Method Description SubGraphImplementor<?>
SubGraphGenerator. createSubGraph(AttributeNodeImplementor<?> attributeNode, String subTypeName, SessionFactoryImplementor sessionFactory)
-
Uses of AttributeNodeImplementor in org.hibernate.graph.spi
Methods in org.hibernate.graph.spi that return types with arguments of type AttributeNodeImplementor Modifier and Type Method Description List<AttributeNodeImplementor<?>>
GraphImplementor. getAttributeNodeImplementors()
Methods in org.hibernate.graph.spi with parameters of type AttributeNodeImplementor Modifier and Type Method Description AttributeNodeImplementor<?>
GraphImplementor. addAttributeNode(AttributeNodeImplementor<?> makeCopy)
void
AttributeNodeImplementor. merge(AttributeNodeImplementor<?> attributeNode)
Method parameters in org.hibernate.graph.spi with type arguments of type AttributeNodeImplementor Modifier and Type Method Description default void
GraphImplementor. visitAttributeNodes(Consumer<AttributeNodeImplementor<?>> consumer)
-