Uses of Interface
org.hibernate.loader.plan.exec.query.spi.QueryBuildingParameters
-
Packages that use QueryBuildingParameters Package Description org.hibernate.loader.collection.plan org.hibernate.loader.entity.plan Support for entity loaders built on top of theorg.hibernate.loader.plan
API to apply entity-graphs -
-
Uses of QueryBuildingParameters in org.hibernate.loader.collection.plan
Constructors in org.hibernate.loader.collection.plan with parameters of type QueryBuildingParameters Constructor Description AbstractLoadPlanBasedCollectionInitializer(QueryableCollection collectionPersister, QueryBuildingParameters buildingParameters)
CollectionLoader(QueryableCollection collectionPersister, QueryBuildingParameters buildingParameters)
-
Uses of QueryBuildingParameters in org.hibernate.loader.entity.plan
Constructors in org.hibernate.loader.entity.plan with parameters of type QueryBuildingParameters Constructor Description AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, java.lang.String[] uniqueKeyColumnNames, Type uniqueKeyType, QueryBuildingParameters buildingParameters)
AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, java.lang.String[] uniqueKeyColumnNames, Type uniqueKeyType, QueryBuildingParameters buildingParameters, ResultSetProcessorResolver resultSetProcessorResolver)
AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails entityLoaderQueryDetailsTemplate, Type uniqueKeyType, QueryBuildingParameters buildingParameters)
AbstractLoadPlanBasedEntityLoader(OuterJoinLoadable entityPersister, SessionFactoryImplementor factory, org.hibernate.loader.plan.exec.internal.EntityLoadQueryDetails entityLoaderQueryDetailsTemplate, Type uniqueKeyType, QueryBuildingParameters buildingParameters, ResultSetProcessorResolver resultSetProcessorResolver)
-