| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.hibernate.loader.Loaderorg.hibernate.loader.BasicLoaderorg.hibernate.loader.OuterJoinLoaderorg.hibernate.loader.collection.CollectionLoaderorg.hibernate.loader.collection.OneToManyLoaderorg.hibernate.loader.collection.SubselectOneToManyLoaderpublic class SubselectOneToManyLoaderextends OneToManyLoaderField Summary |
Fields inherited from class org.hibernate.loader.OuterJoinLoader | |
aliases, collectionOwners, collectionPersisters, collectionSuffixes, lockModeArray, ownerAssociationTypes, owners, persisters, sql, suffixes | |
Fields inherited from class org.hibernate.loader.BasicLoader | |
NO_SUFFIX | |
Constructor Summary | |
| |
Method Summary | |
int[] |
|
void |
|
Methods inherited from class org.hibernate.loader.collection.CollectionLoader | |
getKeyType, initialize, isSubselectLoadingEnabled, toString | |
Methods inherited from class org.hibernate.loader.OuterJoinLoader | |
getAliases, getCollectionOwners, getCollectionPersisters, getCollectionSuffixes, getDialect, getEnabledFilters, getEntityPersisters, getLockModes, getOwnerAssociationTypes, getOwners, getSQLString, getSuffixes, initFromWalker | |
Methods inherited from class org.hibernate.loader.BasicLoader | |
generateSuffixes, generateSuffixes, getCollectionAliases, getCollectionSuffixes, getEntityAliases, getSuffixes, postInstantiate | |
public SubselectOneToManyLoader(QueryableCollection persister, String subquery, Collection entityKeys, QueryParameters queryParameters, Map namedParameterLocMap, SessionFactoryImplementor factory, Map enabledFilters) throws MappingException
public int[] getNamedParameterLocs(String name)
- Overrides:
- getNamedParameterLocs in interface Loader
public void initialize(Serializable id,
SessionImplementor session)
throws HibernateException
- Specified by:
- initialize in interface CollectionInitializer
- Overrides:
- initialize in interface CollectionLoader