Uses of Interface
org.hibernate.graph.spi.AttributeNodeImplementor
-
Packages that use AttributeNodeImplementor Package Description org.hibernate.graph.spi -
-
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)voidAttributeNodeImplementor. merge(AttributeNodeImplementor<?> attributeNode)Method parameters in org.hibernate.graph.spi with type arguments of type AttributeNodeImplementor Modifier and Type Method Description default voidGraphImplementor. visitAttributeNodes(Consumer<AttributeNodeImplementor<?>> consumer)
-