public static class EntityBeanType.Cache
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="isolation-level"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="read-uncommitted"/> <enumeration value="read-committed"/> <enumeration value="repeatable-read"/> </restriction> </simpleType> </element> <element name="size" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
isolationLevel |
protected int |
size |
Constructor and Description |
---|
Cache() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIsolationLevel()
Gets the value of the isolationLevel property.
|
int |
getSize()
Gets the value of the size property.
|
void |
setIsolationLevel(java.lang.String value)
Sets the value of the isolationLevel property.
|
void |
setSize(int value)
Sets the value of the size property.
|
public java.lang.String getIsolationLevel()
String
public void setIsolationLevel(java.lang.String value)
value
- allowed object is
String
public int getSize()
public void setSize(int value)