Package org.hibernate.processor.xml.jaxb
Class QueryHint
java.lang.Object
org.hibernate.processor.xml.jaxb.QueryHint
-
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
-
QueryHint
public QueryHint()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-