| 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 |
|
| LoadPlanTreePrinter |
|
| QuerySpaceTreePrinter |
|
| ReturnGraphTreePrinter |
Prints a Return graph as a tree structure.
|
| TreePrinterHelper |
A singleton helper class for printing tree structures using indentation.
|