当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
LoadingCollectionEntry (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
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()