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.spi |
Defines the SPI for the building blocks that make up a LoadPlan.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositeEntityIdentifierDescription |
class |
AbstractCompositeFetch |
class |
CompositeAttributeFetchImpl |
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 |
NestedCompositeAttributeFetchImpl |
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).
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompositeAttributeFetch
Models the requested fetching of a composite attribute.
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.