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.
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()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.