类 Association


  • public class Association
    extends Object
    Models the association of a given fetch.
    作者:
    Steve Ebersole
    • 构造器详细资料

      • Association

        public Association​(EntityPersister owner,
                           String associationPath)
        Constructs an association defining what is to be fetched.
        参数:
        owner - The entity owning the association
        associationPath - The path of the association, from the entity
    • 方法详细资料

      • getAssociationPath

        public String getAssociationPath()
      • getRole

        public String getRole()