Interface JaxbNamedQuery
- All Superinterfaces:
JaxbQueryHintContainer
- All Known Implementing Classes:
JaxbNamedHqlQueryImpl
,JaxbNamedNativeQueryImpl
-
Method Summary
Methods inherited from interface org.hibernate.boot.jaxb.mapping.spi.JaxbQueryHintContainer
getDescription, getHints, getName
-
Method Details
-
getQuery
String getQuery() -
getComment
String getComment() -
getTimeout
Integer getTimeout() -
isCacheable
Boolean isCacheable() -
getCacheRegion
String getCacheRegion() -
getFetchSize
Integer getFetchSize() -
isReadOnly
Boolean isReadOnly() -
getQueryParam
List<JaxbQueryParamTypeImpl> getQueryParam() -
getCacheMode
CacheMode getCacheMode() -
getFlushMode
FlushMode getFlushMode()
-