Modifier and Type | Method and Description |
---|---|
void |
ReturnGraphVisitationStrategyImpl.finishingRootReturn(Return rootReturn) |
Constructor and Description |
---|
LoadQueryAliasResolutionContextImpl(SessionFactoryImplementor sessionFactory,
int suffixSeed,
Map<Return,String[]> aliasesByReturn) |
Modifier and Type | Method and Description |
---|---|
List<Return> |
LoadPlanImpl.getReturns() |
Modifier and Type | Method and Description |
---|---|
protected void |
SingleRootReturnLoadPlanBuilderStrategy.addRootReturn(Return rootReturn) |
Constructor and Description |
---|
LoadPlanImpl(boolean hasScalars,
Return rootReturn) |
Constructor and Description |
---|
LoadPlanImpl(boolean hasScalars,
List<Return> returns) |
Modifier and Type | Class and Description |
---|---|
class |
CollectionReturn |
class |
EntityReturn
Represents an entity return value in the query results.
|
class |
ScalarReturn
Represent a simple scalar return within a query result.
|
Modifier and Type | Method and Description |
---|---|
List<Return> |
LoadPlan.getReturns() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractLoadPlanBuilderStrategy.addRootReturn(Return rootReturn) |
Modifier and Type | Method and Description |
---|---|
void |
ReturnGraphVisitationStrategy.finishingRootReturn(Return rootReturn)
Notification that we are finishing up processing a root return branch
|
void |
ReturnGraphVisitationStrategyAdapter.finishingRootReturn(Return rootReturn) |
void |
LoadPlanVisitationStrategyAdapter.finishingRootReturn(Return rootReturn) |
void |
DelegatedLoadPlanVisitationStrategy.finishingRootReturn(Return rootReturn) |
void |
ReturnGraphVisitationStrategy.startingRootReturn(Return rootReturn)
Notification that a new root return branch is being started.
|
void |
ReturnGraphVisitationStrategyAdapter.startingRootReturn(Return rootReturn) |
void |
LoadPlanVisitationStrategyAdapter.startingRootReturn(Return rootReturn) |
void |
DelegatedLoadPlanVisitationStrategy.startingRootReturn(Return rootReturn) |
void |
ReturnGraphVisitor.visit(Return... rootReturns) |
Modifier and Type | Method and Description |
---|---|
void |
ReturnGraphVisitor.visit(List<Return> rootReturns) |
Copyright © 2013. All rights reserved.