Package | Description |
---|---|
javax.persistence | |
org.hibernate.graph.spi | |
org.hibernate.jpa.graph.internal |
Modifier and Type | Method and Description |
---|---|
List<AttributeNode<?>> |
Subgraph.getAttributeNodes()
Return the attribute nodes corresponding to the attributes of this managed type that are included in the
subgraph.
|
List<AttributeNode<?>> |
EntityGraph.getAttributeNodes()
Return the attribute nodes of this entity that are included
in the entity graph.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeNodeImplementor<T> |
Modifier and Type | Method and Description |
---|---|
List<AttributeNode<?>> |
GraphNodeImplementor.attributeNodes() |
Modifier and Type | Class and Description |
---|---|
class |
AttributeNodeImpl<T>
Hibernate implementation of the JPA AttributeNode contract
|
Modifier and Type | Method and Description |
---|---|
List<AttributeNode<?>> |
AbstractGraphNode.attributeNodes() |
List<AttributeNode<?>> |
SubgraphImpl.getAttributeNodes() |
List<AttributeNode<?>> |
EntityGraphImpl.getAttributeNodes() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.