Package org.hibernate.boot.jaxb.mapping
Class JaxbQueryHint
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbQueryHint
-
- All Implemented Interfaces:
Serializable
public class JaxbQueryHint extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaxbQueryHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets the value of the description property.String
getName()
Gets the value of the name property.String
getValue()
Gets the value of the value property.void
setDescription(String value)
Sets the value of the description property.void
setName(String value)
Sets the value of the name property.void
setValue(String value)
Sets the value of the value property.
-
-
-
Method Detail
-
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 isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
-