Package org.hibernate.boot.jaxb.mapping
Interface NamedQuery
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptiongetHint()getName()getQuery()voidsetComment(String comment) voidsetDescription(String value) voidsetLockMode(LockModeType value) voidvoidvoidsetTimeout(Integer timeout)
-
Method Details
-
getName
String getName() -
setName
-
getDescription
String getDescription() -
setDescription
-
getQuery
String getQuery() -
setQuery
-
getComment
String getComment() -
setComment
-
getTimeout
Integer getTimeout() -
setTimeout
-
getLockMode
LockModeType getLockMode() -
setLockMode
-
getHint
List<JaxbQueryHint> getHint()
-