Class JaxbNamedNativeQueryImpl
- All Implemented Interfaces:
Serializable, JaxbNamedQuery, JaxbQueryHintContainer
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected CacheModeprotected Stringprotected List<JaxbColumnResultImpl> protected Stringprotected List<JaxbConstructorResultImpl> protected Stringprotected List<JaxbEntityResultImpl> protected Integerprotected FlushModeprotected List<JaxbQueryHintImpl> protected Stringprotected Stringprotected List<JaxbQueryParamTypeImpl> protected Booleanprotected Stringprotected Stringprotected List<JaxbSynchronizedTableImpl> 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 columnResult property.Gets the value of the comment property.Gets the value of the constructorResult property.Gets the value of the description property.Gets the value of the entityResult property.Gets the value of the fetchSize property.Gets the value of the flushMode property.getHints()Gets the value of the hints 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
-
hints
-
entityResult
-
constructorResult
-
columnResult
-
synchronizations
-
comment
-
timeout
-
flushMode
-
cacheable
-
cacheMode
-
cacheRegion
-
fetchSize
-
readOnly
-
queryParam
-
name
-
resultClass
-
resultSetMapping
-
-
Constructor Details
-
JaxbNamedNativeQueryImpl
public JaxbNamedNativeQueryImpl()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Specified by:
getDescriptionin interfaceJaxbQueryHintContainer- Returns:
- possible object is
String
-
setDescription
-
getQuery
Gets the value of the query property.- Specified by:
getQueryin interfaceJaxbNamedQuery- Returns:
- possible object is
String
-
setQuery
-
getHints
Gets the value of the hints 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 hints property.For example, to add a new item, do as follows:
getHints().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbQueryHintImpl- Specified by:
getHintsin interfaceJaxbQueryHintContainer- Returns:
- The value of the hints property.
-
getEntityResult
Gets the value of the entityResult 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 entityResult property.For example, to add a new item, do as follows:
getEntityResult().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbEntityResultImpl- Returns:
- The value of the entityResult property.
-
getConstructorResult
Gets the value of the constructorResult 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 constructorResult property.For example, to add a new item, do as follows:
getConstructorResult().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbConstructorResultImpl- Returns:
- The value of the constructorResult property.
-
getColumnResult
Gets the value of the columnResult 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 columnResult property.For example, to add a new item, do as follows:
getColumnResult().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbColumnResultImpl- Returns:
- The value of the columnResult 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
JaxbSynchronizedTableImpl- Returns:
- The value of the synchronizations property.
-
getComment
Gets the value of the comment property.- Specified by:
getCommentin interfaceJaxbNamedQuery- Returns:
- possible object is
String
-
setComment
-
getTimeout
Gets the value of the timeout property.- Specified by:
getTimeoutin interfaceJaxbNamedQuery- Returns:
- possible object is
Integer
-
setTimeout
-
getFlushMode
Gets the value of the flushMode property.- Specified by:
getFlushModein interfaceJaxbNamedQuery- Returns:
- possible object is
String
-
setFlushMode
-
isCacheable
Gets the value of the cacheable property.- Specified by:
isCacheablein interfaceJaxbNamedQuery- Returns:
- possible object is
Boolean
-
setCacheable
-
getCacheMode
Gets the value of the cacheMode property.- Specified by:
getCacheModein interfaceJaxbNamedQuery- Returns:
- possible object is
String
-
setCacheMode
-
getCacheRegion
Gets the value of the cacheRegion property.- Specified by:
getCacheRegionin interfaceJaxbNamedQuery- Returns:
- possible object is
String
-
setCacheRegion
-
getFetchSize
Gets the value of the fetchSize property.- Specified by:
getFetchSizein interfaceJaxbNamedQuery- Returns:
- possible object is
Integer
-
setFetchSize
-
isReadOnly
Gets the value of the readOnly property.- Specified by:
isReadOnlyin interfaceJaxbNamedQuery- Returns:
- possible object is
Boolean
-
setReadOnly
-
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
JaxbQueryParamTypeImpl- Specified by:
getQueryParamin interfaceJaxbNamedQuery- Returns:
- The value of the queryParam property.
-
getName
Gets the value of the name property.- Specified by:
getNamein interfaceJaxbQueryHintContainer- Returns:
- possible object is
String
-
setName
-
getResultClass
-
setResultClass
-
getResultSetMapping
-
setResultSetMapping
-