| Package | Description |
|---|---|
| org.hibernate.loader.plan.internal | |
| 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.exec.internal | |
| org.hibernate.loader.plan2.spi | |
| org.hibernate.persister.walking.spi |
| Modifier and Type | Method and Description |
|---|---|
FetchSource |
SingleRootReturnLoadPlanBuilderStrategy.registeredFetchSource(AssociationKey associationKey) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompositeEntityIdentifierDescription |
class |
AbstractCompositeFetch |
class |
AbstractEntityReference |
class |
AbstractExpandingFetchSource |
class |
BidirectionalEntityReferenceImpl
Represents an entity fetch that is bi-directionally join fetched.
|
class |
CollectionFetchableElementCompositeGraph
Models the element graph of a collection, where the elements are composite
|
class |
CollectionFetchableElementEntityGraph |
class |
CollectionFetchableIndexCompositeGraph
Models the index graph of a collection, where the index are composite.
|
class |
CollectionFetchableIndexEntityGraph |
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 |
EntityFetchImpl |
class |
EntityReturnImpl |
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 |
|---|---|
FetchSource |
CollectionFetchableElementCompositeGraph.getSource() |
FetchSource |
AbstractCompositeEntityIdentifierDescription.getSource() |
FetchSource |
EntityFetchImpl.getSource() |
FetchSource |
CollectionFetchableIndexCompositeGraph.getSource() |
FetchSource |
CollectionFetchImpl.getSource() |
FetchSource |
CompositeFetchImpl.getSource() |
FetchSource |
NestedCompositeFetchImpl.getSource() |
| Constructor and Description |
|---|
CompositeFetchImpl(FetchSource source,
CompositeType compositeType,
ExpandingCompositeQuerySpace compositeQuerySpace,
boolean allowCollectionFetches,
PropertyPath propertyPath) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExpandingEntityIdentifierDescription |
interface |
ExpandingFetchSource
Describes the internal contract for things which can contain fetches.
|
| Modifier and Type | Method and Description |
|---|---|
FetchSource |
LoadPlanBuildingContext.registeredFetchSource(AssociationKey associationKey) |
FetchSource |
AbstractLoadPlanBuildingAssociationVisitationStrategy.registeredFetchSource(AssociationKey associationKey) |
| Modifier and Type | Method and Description |
|---|---|
FetchStats |
LoadQueryJoinAndFetchProcessor.processFetches(FetchSource fetchSource,
SelectStatementBuilder selectStatementBuilder,
ReaderCollector readerCollector) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BidirectionalEntityReference
Represents the circular side of a bi-directional entity fetch.
|
interface |
CollectionFetchableElement
A collection element which can be a FetchSource.
|
interface |
CollectionFetchableIndex
A collection index which can be a FetchSource.
|
interface |
CompositeFetch
Models the requested fetching of a composite attribute.
|
interface |
EntityFetch |
interface |
EntityReference
Represents a reference to an entity either as a return or as a fetch
|
interface |
EntityReturn
Models the an entity as root
Return. |
| Modifier and Type | Method and Description |
|---|---|
FetchSource |
Fetch.getSource()
Obtain the owner of this fetch.
|
| Modifier and Type | Method and Description |
|---|---|
FetchSource |
AssociationVisitationStrategy.registeredFetchSource(AssociationKey associationKey) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.