类 JaxbHbmFetchProfileType.JaxbHbmFetch

  • 所有已实现的接口:
    Serializable
    封闭类:
    JaxbHbmFetchProfileType

    public static class JaxbHbmFetchProfileType.JaxbHbmFetch
    extends Object
    implements 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>
     
    另请参阅:
    序列化表格
    • 构造器详细资料

      • JaxbHbmFetch

        public JaxbHbmFetch()
    • 方法详细资料

      • getAssociation

        public String getAssociation()
        Gets the value of the association property.
        返回:
        possible object is String
      • setAssociation

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

        public String getEntity()
        Gets the value of the entity property.
        返回:
        possible object is String
      • setEntity

        public void setEntity​(String value)
        Sets the value of the entity property.
        参数:
        value - allowed object is String