
public interface QueryHint<T> extends Child<T>, OrmQueryHintCommType<T,QueryHint<T>>
query-hint xsd type| Modifier 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 descriptionQueryHintString getDescription()
description elementdescriptionQueryHint<T> removeDescription()
description elementQueryHintQueryHint<T> name(String name)
name attributename - the value for the attribute nameQueryHintString getName()
name attributenameQueryHint<T> removeName()
name attributeQueryHintQueryHint<T> value(String value)
value attributevalue - the value for the attribute valueQueryHintString getValue()
value attributevalueCopyright © 2025 JBoss by Red Hat. All rights reserved.