Class JaxbQueryHintImpl

java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHintImpl
All Implemented Interfaces:
Serializable, JaxbQueryHint

public class JaxbQueryHintImpl extends Object implements Serializable, JaxbQueryHint
@Target({}) @Retention(RUNTIME) public @interface QueryHint { String name(); String value(); } <p>Java class for query-hint complex type</p>. <p>The following schema fragment specifies the expected content contained within this class.</p> <pre>{@code <complexType name="query-hint"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> }</pre>
See Also:
  • Field Details

    • description

      protected String description
    • name

      protected String name
    • value

      protected String value
  • Constructor Details

    • JaxbQueryHintImpl

      public JaxbQueryHintImpl()
  • Method Details

    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

      public void setDescription(String value)
      Sets the value of the description property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Specified by:
      getName in interface JaxbQueryHint
      Returns:
      possible object is String
      See Also:
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getValue

      public String getValue()
      Gets the value of the value property.
      Specified by:
      getValue in interface JaxbQueryHint
      Returns:
      possible object is String
    • setValue

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