public interface NamedQuery<T> extends Child<T>
named-query
xsd typeModifier and Type | Method and Description |
---|---|
QueryHint<NamedQuery<T>> |
createHint()
Creates a new
hint element |
NamedQuery<T> |
description(String description)
Sets the
description element |
List<QueryHint<NamedQuery<T>>> |
getAllHint()
Returns all
hint elements |
String |
getDescription()
Returns the
description element |
LockModeType |
getLockMode()
Returns the
lock-mode element |
String |
getLockModeAsString()
Returns the
lock-mode element |
String |
getName()
Returns the
name attribute |
QueryHint<NamedQuery<T>> |
getOrCreateHint()
If not already created, a new
hint element will be created and returned. |
String |
getQuery()
Returns the
query element |
NamedQuery<T> |
lockMode(LockModeType lockMode)
Sets the
lock-mode element |
NamedQuery<T> |
lockMode(String lockMode)
Sets the
lock-mode element |
NamedQuery<T> |
name(String name)
Sets the
name attribute |
NamedQuery<T> |
query(String query)
Sets the
query element |
NamedQuery<T> |
removeAllHint()
Removes all
hint elements |
NamedQuery<T> |
removeDescription()
Removes the
description element |
NamedQuery<T> |
removeLockMode()
Removes the
lock-mode attribute |
NamedQuery<T> |
removeName()
Removes the
name attribute |
NamedQuery<T> |
removeQuery()
Removes the
query element |
NamedQuery<T> description(String description)
description
elementdescription
- the value for the element description
NamedQuery
String getDescription()
description
elementdescription
NamedQuery<T> removeDescription()
description
elementNamedQuery
NamedQuery<T> query(String query)
query
elementquery
- the value for the element query
NamedQuery
String getQuery()
query
elementquery
NamedQuery<T> removeQuery()
query
elementNamedQuery
NamedQuery<T> lockMode(LockModeType lockMode)
lock-mode
elementlockMode
- the value for the element lock-mode
NamedQuery
NamedQuery<T> lockMode(String lockMode)
lock-mode
elementlockMode
- the value for the element lock-mode
NamedQuery
LockModeType getLockMode()
lock-mode
elementlock-mode
String getLockModeAsString()
lock-mode
elementlock-mode
NamedQuery<T> removeLockMode()
lock-mode
attributeNamedQuery
QueryHint<NamedQuery<T>> getOrCreateHint()
hint
element will be created and returned.
Otherwise, the first existing hint
element will be returned.hint
QueryHint<NamedQuery<T>> createHint()
hint
elementQueryHint>
List<QueryHint<NamedQuery<T>>> getAllHint()
hint
elementshint
NamedQuery<T> removeAllHint()
hint
elementsQueryHint>
NamedQuery<T> name(String name)
name
attributename
- the value for the attribute name
NamedQuery
String getName()
name
attributename
NamedQuery<T> removeName()
name
attributeNamedQuery
Copyright © 2017 JBoss by Red Hat. All rights reserved.