Class Association


  • public class Association
    extends java.lang.Object
    Models the association of a given fetch.
    • Constructor Detail

      • Association

        public Association​(EntityPersister owner,
                           java.lang.String associationPath)
        Constructs an association defining what is to be fetched.
        Parameters:
        owner - The entity owning the association
        associationPath - The path of the association, from the entity
    • Method Detail

      • getAssociationPath

        public java.lang.String getAssociationPath()
      • getRole

        public java.lang.String getRole()