| 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 |
CollectionFetchImpl |
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 |
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 |
|---|---|
Fetch[] |
BidirectionalEntityReferenceImpl.getFetches() |
Fetch[] |
AbstractExpandingFetchSource.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 |
CollectionFetch
Models the requested fetching of a persistent collection attribute.
|
interface |
CompositeFetch
Models the requested fetching of a composite attribute.
|
interface |
EntityFetch |
| Modifier and Type | Method and Description |
|---|---|
Fetch[] |
FetchSource.getFetches()
Retrieve the fetches owned by this fetch source.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.