Class FetchProfile.Fetch

  • Enclosing class:
    FetchProfile

    public static class FetchProfile.Fetch
    extends java.lang.Object
    Defines an individual association fetch within the given profile.
    • Constructor Summary

      Constructors 
      Constructor Description
      Fetch​(java.lang.String entity, java.lang.String association, java.lang.String style)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAssociation()  
      java.lang.String getEntity()  
      java.lang.String getStyle()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Fetch

        public Fetch​(java.lang.String entity,
                     java.lang.String association,
                     java.lang.String style)
    • Method Detail

      • getEntity

        public java.lang.String getEntity()
      • getAssociation

        public java.lang.String getAssociation()
      • getStyle

        public java.lang.String getStyle()