public class

Association

extends Object
java.lang.Object
   ↳ org.hibernate.engine.profile.Association

Class Overview

Models the association of a given fetch.

Summary

Public Constructors
Association(EntityPersister owner, String associationPath)
Public Methods
String getAssociationPath()
EntityPersister getOwner()
String getRole()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Association (EntityPersister owner, String associationPath)

Public Methods

public String getAssociationPath ()

public EntityPersister getOwner ()

public String getRole ()