Class JaxbNamedQuery
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
-
- All Implemented Interfaces:
Serializable
public class JaxbNamedQuery extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Booleancacheableprotected CacheModecacheModeprotected StringcacheRegionprotected Stringcommentprotected Stringdescriptionprotected IntegerfetchSizeprotected FlushModeflushModeprotected List<JaxbQueryHint>hintprotected LockModeTypelockModeprotected Stringnameprotected Stringqueryprotected List<JaxbQueryParamType>queryParamprotected BooleanreadOnlyprotected Integertimeout
-
Constructor Summary
Constructors Constructor Description JaxbNamedQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheModegetCacheMode()Gets the value of the cacheMode property.StringgetCacheRegion()Gets the value of the cacheRegion property.StringgetComment()Gets the value of the comment property.StringgetDescription()Gets the value of the description property.IntegergetFetchSize()Gets the value of the fetchSize property.FlushModegetFlushMode()Gets the value of the flushMode property.List<JaxbQueryHint>getHint()Gets the value of the hint property.LockModeTypegetLockMode()Gets the value of the lockMode property.StringgetName()Gets the value of the name property.StringgetQuery()Gets the value of the query property.List<JaxbQueryParamType>getQueryParam()Gets the value of the queryParam property.IntegergetTimeout()Gets the value of the timeout property.BooleanisCacheable()Gets the value of the cacheable property.BooleanisReadOnly()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.voidsetLockMode(LockModeType value)Sets the value of the lockMode property.voidsetName(String value)Sets the value of the name property.voidsetQuery(String value)Sets the value of the query property.voidsetReadOnly(Boolean value)Sets the value of the readOnly property.voidsetTimeout(Integer value)Sets the value of the timeout property.
-
-
-
Field Detail
-
description
protected String description
-
query
protected String query
-
lockMode
protected LockModeType lockMode
-
hint
protected List<JaxbQueryHint> hint
-
comment
protected String comment
-
timeout
protected Integer timeout
-
flushMode
protected FlushMode flushMode
-
cacheable
protected Boolean cacheable
-
cacheMode
protected CacheMode cacheMode
-
cacheRegion
protected String cacheRegion
-
fetchSize
protected Integer fetchSize
-
readOnly
protected Boolean readOnly
-
queryParam
protected List<JaxbQueryParamType> queryParam
-
name
protected String name
-
-
Method Detail
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getQuery
public String getQuery()
Gets the value of the query property.- Returns:
- possible object is
String
-
setQuery
public void setQuery(String value)
Sets the value of the query property.- Parameters:
value- allowed object isString
-
getLockMode
public LockModeType getLockMode()
Gets the value of the lockMode property.- Returns:
- possible object is
String
-
setLockMode
public void setLockMode(LockModeType value)
Sets the value of the lockMode property.- Parameters:
value- allowed object isString
-
getHint
public List<JaxbQueryHint> 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.
-
getComment
public String getComment()
Gets the value of the comment property.- Returns:
- possible object is
String
-
setComment
public void setComment(String value)
Sets the value of the comment property.- Parameters:
value- allowed object isString
-
getTimeout
public Integer getTimeout()
Gets the value of the timeout property.- Returns:
- possible object is
Integer
-
setTimeout
public void setTimeout(Integer value)
Sets the value of the timeout property.- Parameters:
value- allowed object isInteger
-
getFlushMode
public FlushMode getFlushMode()
Gets the value of the flushMode property.- Returns:
- possible object is
String
-
setFlushMode
public void setFlushMode(FlushMode value)
Sets the value of the flushMode property.- Parameters:
value- allowed object isString
-
isCacheable
public Boolean isCacheable()
Gets the value of the cacheable property.- Returns:
- possible object is
Boolean
-
setCacheable
public void setCacheable(Boolean value)
Sets the value of the cacheable property.- Parameters:
value- allowed object isBoolean
-
getCacheMode
public CacheMode getCacheMode()
Gets the value of the cacheMode property.- Returns:
- possible object is
String
-
setCacheMode
public void setCacheMode(CacheMode value)
Sets the value of the cacheMode property.- Parameters:
value- allowed object isString
-
getCacheRegion
public String getCacheRegion()
Gets the value of the cacheRegion property.- Returns:
- possible object is
String
-
setCacheRegion
public void setCacheRegion(String value)
Sets the value of the cacheRegion property.- Parameters:
value- allowed object isString
-
getFetchSize
public Integer getFetchSize()
Gets the value of the fetchSize property.- Returns:
- possible object is
Integer
-
setFetchSize
public void setFetchSize(Integer value)
Sets the value of the fetchSize property.- Parameters:
value- allowed object isInteger
-
isReadOnly
public Boolean isReadOnly()
Gets the value of the readOnly property.- Returns:
- possible object is
Boolean
-
setReadOnly
public void setReadOnly(Boolean value)
Sets the value of the readOnly property.- Parameters:
value- allowed object isBoolean
-
getQueryParam
public List<JaxbQueryParamType> 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
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
-