Class JaxbHbmFetchProfileType.JaxbHbmFetch

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JaxbHbmFetchProfileType

    public static class JaxbHbmFetchProfileType.JaxbHbmFetch
    extends java.lang.Object
    implements java.io.Serializable

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="association" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="entity" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="style" type="{http://www.hibernate.org/xsd/orm/hbm}FetchStyleEnum" default="join" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • association

        protected java.lang.String association
      • entity

        protected java.lang.String entity
    • Constructor Detail

      • JaxbHbmFetch

        public JaxbHbmFetch()
    • Method Detail

      • getAssociation

        public java.lang.String getAssociation()
        Gets the value of the association property.
        Returns:
        possible object is String
      • setAssociation

        public void setAssociation​(java.lang.String value)
        Sets the value of the association property.
        Parameters:
        value - allowed object is String
      • getEntity

        public java.lang.String getEntity()
        Gets the value of the entity property.
        Returns:
        possible object is String
      • setEntity

        public void setEntity​(java.lang.String value)
        Sets the value of the entity property.
        Parameters:
        value - allowed object is String