| Package | Description |
|---|---|
| org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| org.hibernate.loader.plan.exec.process.spi | |
| org.hibernate.loader.plan.exec.spi |
Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor.
|
| org.hibernate.loader.plan.spi |
Defines the SPI for the building blocks that make up a LoadPlan.
|
| org.hibernate.persister.walking.spi |
| Class and Description |
|---|
| AnyAttributeFetch
Models the requested fetching of an "any" attribute.
|
| BidirectionalEntityReference
Represents the circular side of a bi-directional entity association.
|
| CollectionAttributeFetch
Models the requested fetching of a persistent collection attribute.
|
| CollectionQuerySpace
Models a QuerySpace for a persistent collection.
|
| CompositeAttributeFetch
Models the requested fetching of a composite attribute.
|
| CompositeQuerySpace
Models a QuerySpace for a composition (component/embeddable).
|
| EntityFetch
Models the requested fetching of an entity attribute.
|
| EntityIdentifierDescription
Descriptor for the identifier of an entity as a FetchSource (which allows for key-many-to-one handling).
|
| EntityQuerySpace
Models a QuerySpace specific to an entity (EntityPersister).
|
| EntityReference
Represents a reference to an entity either as a return, fetch, or collection element or index.
|
| FetchSource
Contract for a FetchSource (aka, the thing that owns the fetched attribute).
|
| Join
Represents a join in the QuerySpace-sense.
|
| LoadPlan
Describes a plan for performing a load of results.
|
| QuerySpace
Defines a persister reference (either entity or collection) or a composite reference.
|
| QuerySpaces
Models a collection of
QuerySpace references and exposes the ability to find a QuerySpace by its UID
todo : make this hierarchical... |
| Return
Represents a return value in the query results.
|
| Class and Description |
|---|
| CollectionReference
Represents a reference to a persistent collection either as a Return or as a
CollectionAttributeFetch. |
| EntityReference
Represents a reference to an entity either as a return, fetch, or collection element or index.
|
| Fetch
Contract for associations that are being fetched.
|
| LoadPlan
Describes a plan for performing a load of results.
|
| Class and Description |
|---|
| EntityReference
Represents a reference to an entity either as a return, fetch, or collection element or index.
|
| Class and Description |
|---|
| AttributeFetch
Models a
Fetch that is specifically for an attribute. |
| BidirectionalEntityReference
Represents the circular side of a bi-directional entity association.
|
| CollectionFetchableElement
A collection element which is a
FetchSource. |
| CollectionFetchableIndex
A collection index which is a
FetchSource. |
| CollectionReference
Represents a reference to a persistent collection either as a Return or as a
CollectionAttributeFetch. |
| CompositeFetch
Models the requested fetching of a composition (component/embeddable), which may or may not be an attribute.
|
| EntityIdentifierDescription
Descriptor for the identifier of an entity as a FetchSource (which allows for key-many-to-one handling).
|
| EntityReference
Represents a reference to an entity either as a return, fetch, or collection element or index.
|
| Fetch
Contract for associations that are being fetched.
|
| FetchSource
Contract for a FetchSource (aka, the thing that owns the fetched attribute).
|
| Join
Represents a join in the QuerySpace-sense.
|
| LoadPlan.Disposition
Enumerated possibilities for describing the disposition of this LoadPlan.
|
| QuerySpace
Defines a persister reference (either entity or collection) or a composite reference.
|
| QuerySpace.Disposition
Enumeration of the different types of QuerySpaces we can have.
|
| QuerySpaces
Models a collection of
QuerySpace references and exposes the ability to find a QuerySpace by its UID
todo : make this hierarchical... |
| Return
Represents a return value in the query results.
|
| Class and Description |
|---|
| FetchSource
Contract for a FetchSource (aka, the thing that owns the fetched attribute).
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.