See: Description
Interface | 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 . |
ExpandingEntityIdentifierDescription |
Describes an entity identifier description that allows adding fetches; used while
building a
EntityIdentifierDescription . |
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. |
LoadPlanBuildingContext |
Provides access to context needed in building a LoadPlan.
|
Class | Description |
---|---|
LoadPlanTreePrinter |
Prints a
LoadPlan graph and its
QuerySpaces graph as tree structures. |
MetamodelDrivenLoadPlanBuilder |
A metadata-driven builder of LoadPlans.
|
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 © 2016 JBoss by Red Hat. All rights reserved.