类 JaxbHbmNativeQueryCollectionLoadReturnType

  • 所有已实现的接口:
    Serializable, NativeQueryNonScalarRootReturn

    public class JaxbHbmNativeQueryCollectionLoadReturnType
    extends Object
    implements Serializable, NativeQueryNonScalarRootReturn

    Java class for NativeQueryCollectionLoadReturnType complex type.

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

     <complexType name="NativeQueryCollectionLoadReturnType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence maxOccurs="unbounded" minOccurs="0">
             <element name="return-property" type="{http://www.hibernate.org/xsd/orm/hbm}NativeQueryPropertyReturnType"/>
           </sequence>
           <attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="lock-mode" type="{http://www.hibernate.org/xsd/orm/hbm}LockModeEnum" default="read" />
           <attribute name="role" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    另请参阅:
    序列化表格
    • 构造器详细资料

      • JaxbHbmNativeQueryCollectionLoadReturnType

        public JaxbHbmNativeQueryCollectionLoadReturnType()
    • 方法详细资料

      • getReturnProperty

        public List<JaxbHbmNativeQueryPropertyReturnType> getReturnProperty()
        Gets the value of the returnProperty property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the returnProperty property.

        For example, to add a new item, do as follows:

            getReturnProperty().add(newItem);
         

        Objects of the following type(s) are allowed in the list JaxbHbmNativeQueryPropertyReturnType

        指定者:
        getReturnProperty 在接口中 NativeQueryNonScalarRootReturn
        返回:
        The nested property mappings
      • setAlias

        public void setAlias​(String value)
        Sets the value of the alias property.
        参数:
        value - allowed object is String
      • setLockMode

        public void setLockMode​(LockMode value)
        Sets the value of the lockMode property.
        参数:
        value - allowed object is String
      • getRole

        public String getRole()
        Gets the value of the role property.
        返回:
        possible object is String
      • setRole

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