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 © 2016 JBoss by Red Hat. All rights reserved.