Package | Description |
---|---|
org.hibernate.graph.spi | |
org.hibernate.jpa.graph.internal | |
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
Modifier and Type | Method and Description |
---|---|
AttributeNodeImplementor<T> |
AttributeNodeImplementor.makeImmutableCopy() |
Modifier and Type | Method and Description |
---|---|
List<AttributeNodeImplementor<?>> |
GraphNodeImplementor.attributeImplementorNodes() |
Modifier and Type | Class and Description |
---|---|
class |
AttributeNodeImpl<T>
Hibernate implementation of the JPA AttributeNode contract
|
Modifier and Type | Method and Description |
---|---|
List<AttributeNodeImplementor<?>> |
AbstractGraphNode.attributeImplementorNodes() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,AttributeNodeImplementor> |
AbstractEntityGraphVisitationStrategy.buildAttributeNodeMap()
Build "name" -- "attribute node" map from the current entity graph we're visiting.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.