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 |
AbstractCompositeEntityIdentifierDescription |
class |
AbstractCompositeFetch |
class |
AnyAttributeFetchImpl |
class |
CollectionAttributeFetchImpl |
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 |
EntityAttributeFetchImpl |
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 | Method and Description |
---|---|
Fetch[] |
AbstractAnyReference.getFetches() |
Fetch[] |
AbstractExpandingFetchSource.getFetches() |
Fetch[] |
BidirectionalEntityReferenceImpl.getFetches() |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessingContext.EntityReferenceProcessingState |
ResultSetProcessingContextImpl.getOwnerProcessingState(Fetch fetch) |
Modifier and Type | Method and Description |
---|---|
ResultSetProcessingContext.EntityReferenceProcessingState |
ResultSetProcessingContext.getOwnerProcessingState(Fetch fetch)
Find the EntityReferenceProcessingState for the FetchOwner of the given Fetch.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AnyAttributeFetch
Models the requested fetching of an "any" attribute.
|
interface |
AttributeFetch
Models a
Fetch that is specifically for an attribute. |
interface |
CollectionAttributeFetch
Models the requested fetching of a persistent collection attribute.
|
interface |
CompositeAttributeFetch
Models the requested fetching of a composite attribute.
|
interface |
CompositeFetch
Models the requested fetching of a composition (component/embeddable), which may or may not be an attribute.
|
interface |
EntityFetch
Models the requested fetching of an entity attribute.
|
Modifier and Type | Method and Description |
---|---|
Fetch[] |
FetchSource.getFetches()
Retrieve the fetches owned by this fetch source.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.