Interface NamedQuery
-
- All Superinterfaces:
Serializable
public interface NamedQuery extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()List<JaxbQueryHint>getHint()LockModeTypegetLockMode()StringgetName()StringgetQuery()voidsetDescription(String value)voidsetLockMode(LockModeType value)voidsetName(String value)voidsetQuery(String value)
-
-
-
Method Detail
-
getDescription
String getDescription()
-
setDescription
void setDescription(String value)
-
getQuery
String getQuery()
-
setQuery
void setQuery(String value)
-
getLockMode
LockModeType getLockMode()
-
setLockMode
void setLockMode(LockModeType value)
-
getHint
List<JaxbQueryHint> getHint()
-
getName
String getName()
-
setName
void setName(String value)
-
-