Class JaxbNamedNativeQuery
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected CacheModeprotected Stringprotected Stringprotected Stringprotected Integerprotected FlushModeprotected List<JaxbQueryHint>protected Stringprotected Stringprotected List<JaxbQueryParamType>protected Booleanprotected Stringprotected Stringprotected List<JaxbSynchronizedTable>protected Integer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the cacheMode property.Gets the value of the cacheRegion property.Gets the value of the comment property.Gets the value of the description property.Gets the value of the fetchSize property.Gets the value of the flushMode property.getHint()Gets the value of the hint property.getName()Gets the value of the name property.getQuery()Gets the value of the query property.Gets the value of the queryParam property.Gets the value of the resultClass property.Gets the value of the resultSetMapping property.Gets the value of the synchronizations property.Gets the value of the timeout property.Gets the value of the cacheable property.Gets the value of the readOnly property.voidsetCacheable(Boolean value) Sets the value of the cacheable property.voidsetCacheMode(CacheMode value) Sets the value of the cacheMode property.voidsetCacheRegion(String value) Sets the value of the cacheRegion property.voidsetComment(String value) Sets the value of the comment property.voidsetDescription(String value) Sets the value of the description property.voidsetFetchSize(Integer value) Sets the value of the fetchSize property.voidsetFlushMode(FlushMode value) Sets the value of the flushMode property.voidSets the value of the name property.voidSets the value of the query property.voidsetReadOnly(Boolean value) Sets the value of the readOnly property.voidsetResultClass(String value) Sets the value of the resultClass property.voidsetResultSetMapping(String value) Sets the value of the resultSetMapping property.voidsetTimeout(Integer value) Sets the value of the timeout property.
-
Field Details
-
description
-
query
-
hint
-
synchronizations
-
comment
-
timeout
-
flushMode
-
cacheable
-
cacheMode
-
cacheRegion
-
fetchSize
-
readOnly
-
queryParam
-
name
-
resultClass
-
resultSetMapping
-
-
Constructor Details
-
JaxbNamedNativeQuery
public JaxbNamedNativeQuery()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getQuery
Gets the value of the query property.- Returns:
- possible object is
String
-
setQuery
Sets the value of the query property.- Parameters:
value- allowed object isString
-
getHint
Gets the value of the hint property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the hint property.For example, to add a new item, do as follows:
getHint().add(newItem);Objects of the following type(s) are allowed in the list
JaxbQueryHint- Returns:
- The value of the hint property.
-
getSynchronizations
Gets the value of the synchronizations property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the synchronizations property.For example, to add a new item, do as follows:
getSynchronizations().add(newItem);Objects of the following type(s) are allowed in the list
JaxbSynchronizedTable- Returns:
- The value of the synchronizations property.
-
getComment
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getTimeout
Gets the value of the timeout property.- Returns:
- possible object is
Integer
-
setTimeout
Sets the value of the timeout property.- Parameters:
value- allowed object isInteger
-
getFlushMode
Gets the value of the flushMode property.- Returns:
- possible object is
String
-
setFlushMode
Sets the value of the flushMode property.- Parameters:
value- allowed object isString
-
isCacheable
Gets the value of the cacheable property.- Returns:
- possible object is
Boolean
-
setCacheable
Sets the value of the cacheable property.- Parameters:
value- allowed object isBoolean
-
getCacheMode
Gets the value of the cacheMode property.- Returns:
- possible object is
String
-
setCacheMode
Sets the value of the cacheMode property.- Parameters:
value- allowed object isString
-
getCacheRegion
Gets the value of the cacheRegion property.- Returns:
- possible object is
String
-
setCacheRegion
Sets the value of the cacheRegion property.- Parameters:
value- allowed object isString
-
getFetchSize
Gets the value of the fetchSize property.- Returns:
- possible object is
Integer
-
setFetchSize
Sets the value of the fetchSize property.- Parameters:
value- allowed object isInteger
-
isReadOnly
Gets the value of the readOnly property.- Returns:
- possible object is
Boolean
-
setReadOnly
Sets the value of the readOnly property.- Parameters:
value- allowed object isBoolean
-
getQueryParam
Gets the value of the queryParam property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the queryParam property.For example, to add a new item, do as follows:
getQueryParam().add(newItem);Objects of the following type(s) are allowed in the list
JaxbQueryParamType- Returns:
- The value of the queryParam property.
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getResultClass
Gets the value of the resultClass property.- Returns:
- possible object is
String
-
setResultClass
Sets the value of the resultClass property.- Parameters:
value- allowed object isString
-
getResultSetMapping
Gets the value of the resultSetMapping property.- Returns:
- possible object is
String
-
setResultSetMapping
Sets the value of the resultSetMapping property.- Parameters:
value- allowed object isString
-