| Interface | Description |
|---|---|
| CollectionReference |
Represents a reference to an owned collection either as a return or as a fetch
|
| CollectionReferenceImplementor | |
| CopyableFetch | |
| CopyableReturn | |
| CopyContext | |
| EntityReference |
Represents a reference to an entity either as a return or as a fetch
|
| Fetch |
Contract for associations that are being fetched.
|
| FetchableCollectionElement | |
| FetchableCollectionIndex |
A collection index which can be a fetch owner.
|
| FetchOwner |
Contract for owners of fetches.
|
| FetchOwnerDelegate |
This interface provides a delegate for a fetch owner to obtain details about an owned fetch.
|
| IdentifierDescription | |
| IdentifierDescriptionInjectable |
Ugh
|
| LoadPlan |
Describes a plan for performing a load of results.
|
| Return |
Represents a return value in the query results.
|
| Class | Description |
|---|---|
| AbstractCollectionReference | |
| AbstractFetchOwner |
This is a class for fetch owners, providing functionality related to the owned
fetches.
|
| AbstractPlanNode |
Base class for LoadPlan nodes to hold references to the session factory.
|
| AbstractSingularAttributeFetch |
Represents a singular attribute that is both a
FetchOwner and a Fetch. |
| CollectionFetch | |
| CollectionReturn | |
| CompositeElementGraph |
Represents the
FetchOwner for a composite collection element. |
| CompositeFetch |
Represents a
Fetch for a composite attribute as well as a
FetchOwner for any sub-attributes fetches. |
| CompositeFetchOwnerDelegate |
A delegate for a composite fetch owner to obtain details about an
owned sub-attribute fetch.
|
| CompositeIndexGraph |
Represents the
FetchOwner for a composite collection index. |
| EntityElementGraph |
Represents the
FetchOwner for a collection element that is
an entity association type. |
| EntityFetch |
Represents a
Fetch for an entity association attribute as well as a
FetchOwner of the entity association sub-attribute fetches. |
| EntityFetchOwnerDelegate |
A delegate for an entity fetch owner to obtain details about
an owned attribute fetch.
|
| EntityIndexGraph |
Represents the
FetchOwner for a collection index that is an entity. |
| EntityReturn |
Represents an entity return value in the query results.
|
| ScalarReturn |
Represent a simple scalar return within a query result.
|
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.