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
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