Class JaxbHbmLoaderType

  • All Implemented Interfaces:
    java.io.Serializable

    public class JaxbHbmLoaderType
    extends java.lang.Object
    implements java.io.Serializable
    The loader element allows specification of a named query to be used for fetching an entity or collection

    Java class for loader-type complex type.

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

     <complexType name="loader-type">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="query-ref" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String queryRef  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getQueryRef()
      Gets the value of the queryRef property.
      void setQueryRef​(java.lang.String value)
      Sets the value of the queryRef property.
      • Methods inherited from class java.lang.Object

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

      • queryRef

        protected java.lang.String queryRef
    • Constructor Detail

      • JaxbHbmLoaderType

        public JaxbHbmLoaderType()
    • Method Detail

      • getQueryRef

        public java.lang.String getQueryRef()
        Gets the value of the queryRef property.
        Returns:
        possible object is String
      • setQueryRef

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