public interface LoadQueryBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
generateSql(int batchSize,
SessionFactoryImplementor factory,
LoadQueryAliasResolutionContext aliasResolutionContext)
Generates SQL for the performing the load.
|
String generateSql(int batchSize, SessionFactoryImplementor factory, LoadQueryAliasResolutionContext aliasResolutionContext)
batchSize - - the batch size.factory - - the session factory.aliasResolutionContext - - the alias resolution context.Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.