| Package | Description |
|---|---|
| org.hibernate.loader.plan2.build.internal.returns | |
| org.hibernate.loader.plan2.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompositeEntityIdentifierDescription |
class |
AbstractCompositeFetch |
class |
CollectionFetchableElementCompositeGraph
Models the element graph of a collection, where the elements are composite
|
class |
CollectionFetchableIndexCompositeGraph
Models the index graph of a collection, where the index are composite.
|
class |
CompositeFetchImpl |
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 |
NestedCompositeFetchImpl |
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 | Method and Description |
|---|---|
CompositeFetch |
AbstractExpandingFetchSource.buildCompositeFetch(CompositionDefinition attributeDefinition,
LoadPlanBuildingContext loadPlanBuildingContext) |
protected abstract CompositeFetch |
AbstractExpandingFetchSource.createCompositeFetch(CompositeType compositeType,
ExpandingCompositeQuerySpace compositeQuerySpace) |
protected CompositeFetch |
AbstractEntityReference.createCompositeFetch(CompositeType compositeType,
ExpandingCompositeQuerySpace compositeQuerySpace) |
protected CompositeFetch |
AbstractCompositeFetch.createCompositeFetch(CompositeType compositeType,
ExpandingCompositeQuerySpace compositeQuerySpace) |
| Constructor and Description |
|---|
NestedCompositeFetchImpl(CompositeFetch source,
CompositeType type,
ExpandingCompositeQuerySpace compositeQuerySpace,
boolean allowCollectionFetches,
PropertyPath propertyPath) |
| Modifier and Type | Method and Description |
|---|---|
CompositeFetch |
ExpandingFetchSource.buildCompositeFetch(CompositionDefinition attributeDefinition,
LoadPlanBuildingContext loadPlanBuildingContext) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.