public class CollectionReturn extends NonScalarReturn
| Constructor and Description | 
|---|
CollectionReturn(String alias,
                String ownerEntityName,
                String ownerProperty,
                CollectionAliases collectionAliases,
                EntityAliases elementEntityAliases,
                LockMode lockMode)  | 
| Modifier and Type | Method and Description | 
|---|---|
CollectionAliases | 
getCollectionAliases()  | 
EntityAliases | 
getElementEntityAliases()  | 
String | 
getOwnerEntityName()
Returns the class owning the collection. 
 | 
String | 
getOwnerProperty()
Returns the name of the property representing the collection from the  
getOwnerEntityName(). | 
getAlias, getLockModepublic CollectionReturn(String alias, String ownerEntityName, String ownerProperty, CollectionAliases collectionAliases, EntityAliases elementEntityAliases, LockMode lockMode)
public String getOwnerEntityName()
public String getOwnerProperty()
getOwnerEntityName().public CollectionAliases getCollectionAliases()
public EntityAliases getElementEntityAliases()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.