Package | Description |
---|---|
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 | 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 © 2001-2022 Red Hat, Inc. All Rights Reserved.