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