Class JaxbQueryHintImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHintImpl
- All Implemented Interfaces:
Serializable
,JaxbQueryHint
- 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.void
setDescription
(String value) Sets the value of the description property.void
Sets the value of the name property.void
Sets the value of the value property.
-
Field Details
-
description
-
name
-
value
-
-
Constructor Details
-
JaxbQueryHintImpl
public JaxbQueryHintImpl()
-
-
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.- Specified by:
getName
in interfaceJaxbQueryHint
- Returns:
- possible object is
String
- See Also:
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getValue
Gets the value of the value property.- Specified by:
getValue
in interfaceJaxbQueryHint
- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-