org.hibernate.engine.loading
Class LoadingCollectionEntry
java.lang.Object
org.hibernate.engine.loading.LoadingCollectionEntry
public class LoadingCollectionEntry
- extends java.lang.Object
Represents a collection currently being loaded.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LoadingCollectionEntry
public LoadingCollectionEntry(java.sql.ResultSet resultSet,
CollectionPersister persister,
java.io.Serializable key,
PersistentCollection collection)
getResultSet
public java.sql.ResultSet getResultSet()
getPersister
public CollectionPersister getPersister()
getKey
public java.io.Serializable getKey()
getCollection
public PersistentCollection getCollection()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2008 Hibernate.org. All Rights Reserved.