当前页面:
在线文档首页 >
Hibernate 3.2.4 正式版 API 英文文档
CollectionFetchReturn (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.loader.custom
Class CollectionFetchReturn
java.lang.Object
org.hibernate.loader.custom.NonScalarReturn
org.hibernate.loader.custom.FetchReturn
org.hibernate.loader.custom.CollectionFetchReturn
- All Implemented Interfaces:
- Return
- public class CollectionFetchReturn
- extends FetchReturn
Spefically a fetch return that refers to a collection association.
- Author:
- Steve Ebersole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionFetchReturn
public CollectionFetchReturn(String alias,
NonScalarReturn owner,
String ownerProperty,
CollectionAliases collectionAliases,
EntityAliases elementEntityAliases,
LockMode lockMode)
getCollectionAliases
public CollectionAliases getCollectionAliases()
getElementEntityAliases
public EntityAliases getElementEntityAliases()