Package | Description |
---|---|
org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
org.hibernate.loader.plan.exec.process.internal |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractLoadQueryDetails.ReaderCollectorImpl |
Modifier and Type | Method and Description |
---|---|
protected abstract ReaderCollector |
AbstractLoadQueryDetails.getReaderCollector() |
protected ReaderCollector |
AbstractCollectionLoadQueryDetails.getReaderCollector() |
protected ReaderCollector |
EntityLoadQueryDetails.getReaderCollector() |
Modifier and Type | Method and Description |
---|---|
FetchStats |
LoadQueryJoinAndFetchProcessor.processFetches(FetchSource fetchSource,
SelectStatementBuilder selectStatementBuilder,
ReaderCollector readerCollector) |
Constructor and Description |
---|
AbstractRowReader(ReaderCollector readerCollector) |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.