| Package | Description |
|---|---|
| org.hibernate.loader.plan2.build.internal.returns | |
| org.hibernate.loader.plan2.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| org.hibernate.loader.plan2.spi |
| 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 |
BidirectionalEntityReferenceImpl.getIdentifierDescription() |
EntityIdentifierDescription |
AbstractEntityReference.getIdentifierDescription() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExpandingEntityIdentifierDescription |
| Modifier and Type | Method and Description |
|---|---|
EntityIdentifierDescription |
EntityReference.getIdentifierDescription()
Get the description of this entity's identifier.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.