| Package | Description |
|---|---|
| org.hibernate.loader.plan.build.internal.returns |
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
|
| org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| org.hibernate.loader.plan.spi |
Defines the SPI for the building blocks that make up a LoadPlan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompositeEntityIdentifierDescription |
class |
EncapsulatedEntityIdentifierDescription
Models a composite entity identifier that is encapsulated (meaning there is a composite class and a single
attribute that encapsulates the composite value).
|
class |
NonEncapsulatedEntityIdentifierDescription
Models a composite entity identifier that is non-encapsulated (meaning there is no composite class, no
single attribute that encapsulates the composite value).
|
class |
SimpleEntityIdentifierDescriptionImpl |
| Modifier and Type | Method and Description |
|---|---|
EntityIdentifierDescription |
AbstractEntityReference.getIdentifierDescription() |
EntityIdentifierDescription |
BidirectionalEntityReferenceImpl.getIdentifierDescription() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExpandingEntityIdentifierDescription
Describes an entity identifier description that allows adding fetches; used while
building a
EntityIdentifierDescription. |
| Modifier and Type | Method and Description |
|---|---|
EntityIdentifierDescription |
EntityReference.getIdentifierDescription()
Get the description of this entity's identifier descriptor.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.