public interface EntityLoadQueryBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
generateSql(LoadPlan loadPlan,
SessionFactoryImplementor factory,
QueryBuildingParameters buildingParameters,
AliasResolutionContext aliasResolutionContext)
Generates the query for the performing load.
|
String |
generateSql(String[] keyColumnNames,
LoadPlan loadPlan,
SessionFactoryImplementor factory,
QueryBuildingParameters buildingParameters,
AliasResolutionContext aliasResolutionContext)
Generates the query for the performing load, based on the specified key column(s).
|
String generateSql(LoadPlan loadPlan, SessionFactoryImplementor factory, QueryBuildingParameters buildingParameters, AliasResolutionContext aliasResolutionContext)
loadPlan - The loadfactory - The session factory.buildingParameters - Parameters influencing the building of the queryaliasResolutionContext - The alias resolution context.String generateSql(String[] keyColumnNames, LoadPlan loadPlan, SessionFactoryImplementor factory, QueryBuildingParameters buildingParameters, AliasResolutionContext aliasResolutionContext)
keyColumnNames - The names of the key columns to useloadPlan - The loadfactory - The session factory.buildingParameters - Parameters influencing the building of the queryaliasResolutionContext - The alias resolution context.Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.