public class CollectionLoader extends AbstractLoadPlanBasedCollectionInitializer
OneToManyLoader,
BasicCollectionLoader| Modifier and Type | Class and Description |
|---|---|
protected static class |
CollectionLoader.Builder |
AbstractLoadPlanBasedLoader.SqlStatementWrapper| Constructor and Description |
|---|
CollectionLoader(QueryableCollection collectionPersister,
QueryBuildingParameters buildingParameters) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
autoDiscoverTypes(ResultSet rs) |
static CollectionLoader.Builder |
forCollection(QueryableCollection collectionPersister) |
protected Type |
getKeyType() |
protected int[] |
getNamedParameterLocs(String name) |
String |
toString() |
collectionPersister, getStaticLoadQuery, initializeadvance, bindNamedParameters, bindParameterValues, bindPositionalParameters, executeLoad, executeLoad, executeQueryStatement, executeQueryStatement, getFactory, getLimitHandler, getResultSet, getScrollMode, prepareQueryStatementpublic CollectionLoader(QueryableCollection collectionPersister, QueryBuildingParameters buildingParameters)
public static CollectionLoader.Builder forCollection(QueryableCollection collectionPersister)
protected int[] getNamedParameterLocs(String name)
getNamedParameterLocs in class AbstractLoadPlanBasedCollectionInitializerprotected void autoDiscoverTypes(ResultSet rs)
autoDiscoverTypes in class AbstractLoadPlanBasedCollectionInitializerprotected Type getKeyType()
Copyright © 2017 JBoss by Red Hat. All rights reserved.