public class EntityCache
extends java.lang.Object
Java class for entity-cache complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entity-cache"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="max-beans-in-cache" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="max-queries-in-cache" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <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" minOccurs="0"/> <element name="cache-between-transactions" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Boolean |
cacheBetweenTransactions |
protected java.lang.String |
concurrencyStrategy |
protected java.lang.String |
id |
protected java.math.BigInteger |
idleTimeoutSeconds |
protected java.math.BigInteger |
maxBeansInCache |
protected java.math.BigInteger |
maxQueriesInCache |
protected java.math.BigInteger |
readTimeoutSeconds |
Constructor and Description |
---|
EntityCache() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getCacheBetweenTransactions()
Gets the value of the cacheBetweenTransactions property.
|
java.lang.String |
getConcurrencyStrategy()
Gets the value of the concurrencyStrategy property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.math.BigInteger |
getIdleTimeoutSeconds()
Gets the value of the idleTimeoutSeconds property.
|
java.math.BigInteger |
getMaxBeansInCache()
Gets the value of the maxBeansInCache property.
|
java.math.BigInteger |
getMaxQueriesInCache()
Gets the value of the maxQueriesInCache property.
|
java.math.BigInteger |
getReadTimeoutSeconds()
Gets the value of the readTimeoutSeconds property.
|
void |
setCacheBetweenTransactions(java.lang.Boolean value)
Sets the value of the cacheBetweenTransactions property.
|
void |
setConcurrencyStrategy(java.lang.String value)
Sets the value of the concurrencyStrategy property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIdleTimeoutSeconds(java.math.BigInteger value)
Sets the value of the idleTimeoutSeconds property.
|
void |
setMaxBeansInCache(java.math.BigInteger value)
Sets the value of the maxBeansInCache property.
|
void |
setMaxQueriesInCache(java.math.BigInteger value)
Sets the value of the maxQueriesInCache property.
|
void |
setReadTimeoutSeconds(java.math.BigInteger value)
Sets the value of the readTimeoutSeconds property.
|
protected java.math.BigInteger maxBeansInCache
protected java.math.BigInteger maxQueriesInCache
protected java.math.BigInteger idleTimeoutSeconds
protected java.math.BigInteger readTimeoutSeconds
protected java.lang.String concurrencyStrategy
protected java.lang.Boolean cacheBetweenTransactions
protected java.lang.String id
public java.math.BigInteger getMaxBeansInCache()
BigInteger
public void setMaxBeansInCache(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getMaxQueriesInCache()
BigInteger
public void setMaxQueriesInCache(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getIdleTimeoutSeconds()
BigInteger
public void setIdleTimeoutSeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getReadTimeoutSeconds()
BigInteger
public void setReadTimeoutSeconds(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getConcurrencyStrategy()
String
public void setConcurrencyStrategy(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean getCacheBetweenTransactions()
Boolean
public void setCacheBetweenTransactions(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String