org.hibernate.engine.loading
Class LoadingCollectionEntry
java.lang.Object
   org.hibernate.engine.loading.LoadingCollectionEntry
org.hibernate.engine.loading.LoadingCollectionEntry
- public class LoadingCollectionEntry 
- extends Object
Represents a collection currently being loaded.
- Author:
- Steve Ebersole
 
 
 
LoadingCollectionEntry
public LoadingCollectionEntry(ResultSet resultSet,
                              CollectionPersister persister,
                              Serializable key,
                              PersistentCollection collection)
getResultSet
public ResultSet getResultSet()
- 
 
getPersister
public CollectionPersister getPersister()
- 
 
getKey
public Serializable getKey()
- 
 
getCollection
public PersistentCollection getCollection()
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.