Package | Description |
---|---|
org.hibernate.loader.plan.spi | |
org.hibernate.loader.plan.spi.build |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSingularAttributeFetch
Represents a singular attribute that is both a
FetchOwner and a Fetch . |
class |
CompositeElementGraph
Represents the
FetchOwner for a composite collection element. |
class |
CompositeFetch
Represents a
Fetch for a composite attribute as well as a
FetchOwner for any sub-attributes fetches. |
class |
CompositeIndexGraph
Represents the
FetchOwner for a composite collection index. |
class |
EntityElementGraph
Represents the
FetchOwner for a collection element that is
an entity association type. |
class |
EntityFetch
Represents a
Fetch for an entity association attribute as well as a
FetchOwner of the entity association sub-attribute fetches. |
class |
EntityIndexGraph
Represents the
FetchOwner for a collection index that is an entity. |
class |
EntityReturn
Represents an entity return value in the query results.
|
Constructor and Description |
---|
AbstractFetchOwner(AbstractFetchOwner original,
CopyContext copyContext)
A "copy" constructor.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractLoadPlanBuilderStrategy.AbstractIdentifierAttributeCollector |
protected static class |
AbstractLoadPlanBuilderStrategy.EncapsulatedIdentifierAttributeCollector |
protected static class |
AbstractLoadPlanBuilderStrategy.NonEncapsulatedIdentifierAttributeCollector |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.