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.exec.process.internal | |
org.hibernate.loader.plan.exec.process.spi | |
org.hibernate.loader.plan.spi |
Defines the SPI for the building blocks that make up a LoadPlan.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionReference |
class |
CollectionAttributeFetchImpl |
class |
CollectionReturnImpl |
Modifier and Type | Method and Description |
---|---|
CollectionReference |
CollectionFetchableElementAnyGraph.getCollectionReference() |
CollectionReference |
CollectionFetchableElementCompositeGraph.getCollectionReference() |
CollectionReference |
CollectionFetchableElementEntityGraph.getCollectionReference() |
CollectionReference |
CollectionFetchableIndexAnyGraph.getCollectionReference() |
CollectionReference |
CollectionFetchableIndexCompositeGraph.getCollectionReference() |
CollectionReference |
CollectionFetchableIndexEntityGraph.getCollectionReference() |
Constructor and Description |
---|
CollectionFetchableElementAnyGraph(CollectionReference collectionReference) |
CollectionFetchableElementCompositeGraph(CollectionReference collectionReference,
ExpandingCompositeQuerySpace compositeQuerySpace) |
CollectionFetchableElementEntityGraph(CollectionReference collectionReference,
ExpandingEntityQuerySpace entityQuerySpace) |
CollectionFetchableIndexAnyGraph(CollectionReference collectionReference) |
CollectionFetchableIndexCompositeGraph(CollectionReference collectionReference,
ExpandingCompositeQuerySpace compositeQuerySpace) |
CollectionFetchableIndexEntityGraph(CollectionReference collectionReference,
ExpandingEntityQuerySpace entityQuerySpace) |
Modifier and Type | Method and Description |
---|---|
CollectionReference |
CollectionReferenceInitializerImpl.getCollectionReference() |
Constructor and Description |
---|
CollectionReferenceInitializerImpl(CollectionReference collectionReference,
CollectionReferenceAliases aliases) |
Modifier and Type | Method and Description |
---|---|
CollectionReference |
CollectionReferenceInitializer.getCollectionReference() |
Modifier and Type | Interface and Description |
---|---|
interface |
CollectionAttributeFetch
Models the requested fetching of a persistent collection attribute.
|
interface |
CollectionReturn
Models the a persistent collection as root
Return . |
Modifier and Type | Method and Description |
---|---|
CollectionReference |
CollectionFetchableElement.getCollectionReference()
Reference back to the collection to which this element belongs
|
CollectionReference |
CollectionFetchableIndex.getCollectionReference()
Reference back to the collection to which this index belongs
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.