Package | Description |
---|---|
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
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.build.internal.spaces |
Contains the internal implementations of query spaces in a metamodel-driven LoadPlan.
|
org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
org.hibernate.loader.plan.exec.process.internal | |
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 |
---|
CollectionReturn
Models the a persistent collection as root
Return . |
EntityReturn
Models the an entity as root
Return . |
FetchSource
Contract for a FetchSource (aka, the thing that owns the fetched attribute).
|
LoadPlan
Describes a plan for performing a load of results.
|
LoadPlan.Disposition
Enumerated possibilities for describing the disposition of this LoadPlan.
|
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 |
---|
AnyAttributeFetch
Models the requested fetching of an "any" attribute.
|
AttributeFetch
Models a
Fetch that is specifically for an attribute. |
BidirectionalEntityReference
Represents the circular side of a bi-directional entity association.
|
CollectionAttributeFetch
Models the requested fetching of a persistent collection attribute.
|
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 . |
CollectionReturn
Models the a persistent collection as root
Return . |
CompositeAttributeFetch
Models the requested fetching of a composite attribute.
|
CompositeFetch
Models the requested fetching of a composition (component/embeddable), which may or may not be an attribute.
|
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).
|
EntityReference
Represents a reference to an entity either as a return, fetch, or collection element or index.
|
EntityReturn
Models the an entity as root
Return . |
Fetch
Contract for associations that are being fetched.
|
FetchSource
Contract for a FetchSource (aka, the thing that owns the fetched attribute).
|
Return
Represents a return value in the query results.
|
ScalarReturn
Represent a simple scalar return within a query result.
|
Class and Description |
---|
CollectionQuerySpace
Models a QuerySpace for a persistent collection.
|
CompositeQuerySpace
Models a QuerySpace for a composition (component/embeddable).
|
EntityQuerySpace
Models a QuerySpace specific to an entity (EntityPersister).
|
Join
Represents a join in the QuerySpace-sense.
|
JoinDefinedByMetadata
Specialization of a Join that is defined by the metadata.
|
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... |
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 |
---|
CollectionAttributeFetch
Models the requested fetching of a persistent collection attribute.
|
CollectionQuerySpace
Models a QuerySpace for a persistent collection.
|
CollectionReturn
Models the a persistent collection as root
Return . |
EntityQuerySpace
Models a QuerySpace specific to an entity (EntityPersister).
|
EntityReturn
Models the an entity as root
Return . |
FetchSource
Contract for a FetchSource (aka, the thing that owns the fetched attribute).
|
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 . |
CollectionReturn
Models the a persistent collection as root
Return . |
EntityReference
Represents a reference to an entity either as a return, fetch, or collection element or index.
|
EntityReturn
Models the an entity as root
Return . |
Fetch
Contract for associations that are being fetched.
|
LoadPlan
Describes a plan for performing a load of 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 © 2017 JBoss by Red Hat. All rights reserved.