Class JaxbCustomLoader

java.lang.Object
org.hibernate.boot.jaxb.mapping.JaxbCustomLoader
All Implemented Interfaces:
Serializable

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

Java class for custom-loader complex type.

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


 <complexType name="custom-loader">
   <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:
  • Field Details

    • queryRef

      protected String queryRef
  • Constructor Details

    • JaxbCustomLoader

      public JaxbCustomLoader()
  • Method Details

    • getQueryRef

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

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