Package | Description |
---|---|
org.hibernate.loader.collection.plan | |
org.hibernate.loader.entity.plan | |
org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
Modifier and Type | Method and Description |
---|---|
protected LoadQueryDetails |
AbstractLoadPlanBasedCollectionInitializer.getStaticLoadQuery() |
Modifier and Type | Method and Description |
---|---|
protected LoadQueryDetails |
AbstractLoadPlanBasedEntityLoader.getStaticLoadQuery() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollectionLoadQueryDetails
Handles interpreting a LoadPlan (for loading of a collection) by:
generating the SQL query to perform
creating the readers needed to read the results from the SQL's ResultSet
|
class |
AbstractLoadQueryDetails |
class |
BasicCollectionLoadQueryDetails |
class |
EntityLoadQueryDetails
Handles interpreting a LoadPlan (for loading of an entity) by:
generating the SQL query to perform
creating the readers needed to read the results from the SQL's ResultSet
|
class |
OneToManyLoadQueryDetails |
Modifier and Type | Method and Description |
---|---|
protected abstract LoadQueryDetails |
AbstractLoadPlanBasedLoader.getStaticLoadQuery() |
LoadQueryDetails |
BatchingLoadQueryDetailsFactory.makeCollectionLoadQueryDetails(CollectionPersister collectionPersister,
LoadPlan loadPlan,
QueryBuildingParameters buildingParameters)
Constructs a BasicCollectionLoadQueryDetails object from the given inputs.
|
LoadQueryDetails |
BatchingLoadQueryDetailsFactory.makeEntityLoadQueryDetails(LoadPlan loadPlan,
String[] keyColumnNames,
QueryBuildingParameters buildingParameters,
SessionFactoryImplementor factory)
Returns a EntityLoadQueryDetails object from the given inputs.
|
Modifier and Type | Method and Description |
---|---|
protected List |
AbstractLoadPlanBasedLoader.executeLoad(SessionImplementor session,
QueryParameters queryParameters,
LoadQueryDetails loadQueryDetails,
boolean returnProxies,
ResultTransformer forcedResultTransformer) |
protected List |
AbstractLoadPlanBasedLoader.executeLoad(SessionImplementor session,
QueryParameters queryParameters,
LoadQueryDetails loadQueryDetails,
boolean returnProxies,
ResultTransformer forcedResultTransformer,
List<AfterLoadAction> afterLoadActions) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.