Package org.hibernate.graph.spi
Interface GraphNodeImplementor
-
- All Known Subinterfaces:
EntityGraphImplementor<T>
public interface GraphNodeImplementor
Integration version of the GraphNode contract
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<AttributeNodeImplementor<?>>
attributeImplementorNodes()
java.util.List<AttributeNode<?>>
attributeNodes()
boolean
containsAttribute(java.lang.String name)
-
-
-
Method Detail
-
attributeImplementorNodes
java.util.List<AttributeNodeImplementor<?>> attributeImplementorNodes()
-
attributeNodes
java.util.List<AttributeNode<?>> attributeNodes()
-
containsAttribute
boolean containsAttribute(java.lang.String name)
-
-