org.hibernate.engine.loading
Class LoadingCollectionEntry
java.lang.Object
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:
toString
in class Object