public interface QueryHint<T> extends Child<T>, OrmQueryHintCommType<T,QueryHint<T>>
query-hint
xsd typeModifier and Type | Method and Description |
---|---|
QueryHint<T> |
description(String description)
Sets the
description element |
String |
getDescription()
Returns the
description element |
String |
getName()
Returns the
name attribute |
String |
getValue()
Returns the
value attribute |
QueryHint<T> |
name(String name)
Sets the
name attribute |
QueryHint<T> |
removeDescription()
Removes the
description element |
QueryHint<T> |
removeName()
Removes the
name attribute |
QueryHint<T> |
removeValue()
Removes the
value attribute |
QueryHint<T> |
value(String value)
Sets the
value attribute |
QueryHint<T> description(String description)
description
elementdescription
- the value for the element description
QueryHint
String getDescription()
description
elementdescription
QueryHint<T> removeDescription()
description
elementQueryHint
QueryHint<T> name(String name)
name
attributename
- the value for the attribute name
QueryHint
String getName()
name
attributename
QueryHint<T> removeName()
name
attributeQueryHint
QueryHint<T> value(String value)
value
attributevalue
- the value for the attribute value
QueryHint
String getValue()
value
attributevalue
Copyright © 2021 JBoss by Red Hat. All rights reserved.