类 Association
- java.lang.Object
-
- org.hibernate.engine.profile.Association
-
public class Association extends Object
Models the association of a given fetch.- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 Association(EntityPersister owner, String associationPath)Constructs an association defining what is to be fetched.
-
-
-
构造器详细资料
-
Association
public Association(EntityPersister owner, String associationPath)
Constructs an association defining what is to be fetched.- 参数:
owner- The entity owning the associationassociationPath- The path of the association, from the entity
-
-
方法详细资料
-
getOwner
public EntityPersister getOwner()
-
getAssociationPath
public String getAssociationPath()
-
getRole
public String getRole()
-
-