Package | Description |
---|---|
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 AbstractLoadPlanBasedLoader.SqlStatementWrapper |
AbstractLoadPlanBasedLoader.executeQueryStatement(QueryParameters queryParameters,
boolean scroll,
java.util.List<AfterLoadAction> afterLoadActions,
SharedSessionContractImplementor session) |
protected AbstractLoadPlanBasedLoader.SqlStatementWrapper |
AbstractLoadPlanBasedLoader.executeQueryStatement(java.lang.String sqlStatement,
QueryParameters queryParameters,
boolean scroll,
java.util.List<AfterLoadAction> afterLoadActions,
SharedSessionContractImplementor session) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.