public class Association extends Object
| Constructor and Description | 
|---|
Association(EntityPersister owner,
           String associationPath)
Constructs a association defining what is to be fetched. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getAssociationPath()  | 
EntityPersister | 
getOwner()  | 
String | 
getRole()  | 
public Association(EntityPersister owner, String associationPath)
owner - The entity owning the associationassociationPath - The path of the association, from the entitypublic EntityPersister getOwner()
public String getAssociationPath()
public String getRole()
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.