Class JaxbQueryHintImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHintImpl
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getName()Gets the value of the name property.getValue()Gets the value of the value property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the name property.voidSets the value of the value property.
-
Field Details
-
description
-
name
-
value
-
-
Constructor Details
-
JaxbQueryHintImpl
public JaxbQueryHintImpl()
-
-
Method Details
-
getDescription
-
setDescription
-
getName
Gets the value of the name property.- Specified by:
getNamein interfaceJaxbQueryHint- Returns:
- possible object is
String - See Also:
-
setName
-
getValue
Gets the value of the value property.- Specified by:
getValuein interfaceJaxbQueryHint- Returns:
- possible object is
String
-
setValue
-