| Package | Description |
|---|---|
| org.hibernate.loader.plan.build.spi |
Defines the SPI for building a metamodel-driven LoadPlan
|
| Class and Description |
|---|
| ExpandingCollectionQuerySpace
Describes a collection query space that allows adding joins with other
query spaces; used while building a
CollectionQuerySpace. |
| ExpandingCompositeQuerySpace
Describes a composite query space that allows adding joins with other
query spaces; used while building a
CompositeQuerySpace. |
| ExpandingEntityQuerySpace
Describes an entity query space that allows adding joins with other
query spaces; used while building an
EntityQuerySpace. |
| ExpandingFetchSource
Describes the internal contract for things which can contain fetches.
|
| ExpandingQuerySpace
Describes a query space that allows adding joins with other
query spaces; used while building a
QuerySpace. |
| ExpandingQuerySpaces
Models a collection of
QuerySpace references and
exposes the ability to create an ExpandingQuerySpace for "returns" and fetches;
used when building a load plan. |
| LoadPlanBuildingAssociationVisitationStrategy
Specialized
AssociationVisitationStrategy implementation for
building LoadPlan instances. |
| LoadPlanTreePrinter
Prints a
LoadPlan graph and its
QuerySpaces graph as tree structures. |
| QuerySpaceTreePrinter
Prints a
QuerySpaces graph as a tree structure. |
| ReturnGraphTreePrinter
Prints a
Return graph as a tree structure. |
| TreePrinterHelper
A singleton helper class for printing tree structures using indentation.
|
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.