org.hibernate.engine.loading.internal
Class LoadingCollectionEntry
java.lang.Object
org.hibernate.engine.loading.internal.LoadingCollectionEntry
public class LoadingCollectionEntry
- extends Object
Represents a collection currently being loaded.
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
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.