public class EntityCacheRef extends Object
Java class for entity-cache-ref complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entity-cache-ref">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entity-cache-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="idle-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="read-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="concurrency-strategy" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cache-between-transactions" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
<element name="estimated-bean-size" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
cacheBetweenTransactions |
protected String |
concurrencyStrategy |
protected String |
entityCacheName |
protected BigInteger |
estimatedBeanSize |
protected String |
id |
protected BigInteger |
idleTimeoutSeconds |
protected BigInteger |
readTimeoutSeconds |
| Constructor and Description |
|---|
EntityCacheRef() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCacheBetweenTransactions()
Gets the value of the cacheBetweenTransactions property.
|
String |
getConcurrencyStrategy()
Gets the value of the concurrencyStrategy property.
|
String |
getEntityCacheName()
Gets the value of the entityCacheName property.
|
BigInteger |
getEstimatedBeanSize()
Gets the value of the estimatedBeanSize property.
|
String |
getId()
Gets the value of the id property.
|
BigInteger |
getIdleTimeoutSeconds()
Gets the value of the idleTimeoutSeconds property.
|
BigInteger |
getReadTimeoutSeconds()
Gets the value of the readTimeoutSeconds property.
|
void |
setCacheBetweenTransactions(Boolean value)
Sets the value of the cacheBetweenTransactions property.
|
void |
setConcurrencyStrategy(String value)
Sets the value of the concurrencyStrategy property.
|
void |
setEntityCacheName(String value)
Sets the value of the entityCacheName property.
|
void |
setEstimatedBeanSize(BigInteger value)
Sets the value of the estimatedBeanSize property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIdleTimeoutSeconds(BigInteger value)
Sets the value of the idleTimeoutSeconds property.
|
void |
setReadTimeoutSeconds(BigInteger value)
Sets the value of the readTimeoutSeconds property.
|
protected String entityCacheName
protected BigInteger idleTimeoutSeconds
protected BigInteger readTimeoutSeconds
protected String concurrencyStrategy
protected Boolean cacheBetweenTransactions
protected BigInteger estimatedBeanSize
protected String id
public String getEntityCacheName()
Stringpublic void setEntityCacheName(String value)
value - allowed object is
Stringpublic BigInteger getIdleTimeoutSeconds()
BigIntegerpublic void setIdleTimeoutSeconds(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getReadTimeoutSeconds()
BigIntegerpublic void setReadTimeoutSeconds(BigInteger value)
value - allowed object is
BigIntegerpublic String getConcurrencyStrategy()
Stringpublic void setConcurrencyStrategy(String value)
value - allowed object is
Stringpublic Boolean getCacheBetweenTransactions()
Booleanpublic void setCacheBetweenTransactions(Boolean value)
value - allowed object is
Booleanpublic BigInteger getEstimatedBeanSize()
BigIntegerpublic void setEstimatedBeanSize(BigInteger value)
value - allowed object is
BigIntegerCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.