org.hibernate.engine.loading
Class LoadingCollectionEntry

java.lang.Object
  extended by org.hibernate.engine.loading.LoadingCollectionEntry

public class LoadingCollectionEntry
extends java.lang.Object

Represents a collection currently being loaded.

Author:
Steve Ebersole

Constructor Summary
LoadingCollectionEntry(java.sql.ResultSet resultSet, CollectionPersister persister, java.io.Serializable key, PersistentCollection collection)
           
 
Method Summary
 PersistentCollection getCollection()
           
 java.io.Serializable getKey()
           
 CollectionPersister getPersister()
           
 java.sql.ResultSet getResultSet()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoadingCollectionEntry

public LoadingCollectionEntry(java.sql.ResultSet resultSet,
                              CollectionPersister persister,
                              java.io.Serializable key,
                              PersistentCollection collection)
Method Detail

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.