Package org.apache.openejb.jee.oejb2
Class EntityBeanType.Cache
- java.lang.Object
-
- org.apache.openejb.jee.oejb2.EntityBeanType.Cache
-
- Enclosing class:
- EntityBeanType
public static class EntityBeanType.Cache extends 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringisolationLevelprotected intsize
-
Constructor Summary
Constructors Constructor Description Cache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIsolationLevel()Gets the value of the isolationLevel property.intgetSize()Gets the value of the size property.voidsetIsolationLevel(String value)Sets the value of the isolationLevel property.voidsetSize(int value)Sets the value of the size property.
-
-
-
Field Detail
-
isolationLevel
protected String isolationLevel
-
size
protected int size
-
-
Method Detail
-
getIsolationLevel
public String getIsolationLevel()
Gets the value of the isolationLevel property.- Returns:
- possible object is
String
-
setIsolationLevel
public void setIsolationLevel(String value)
Sets the value of the isolationLevel property.- Parameters:
value- allowed object isString
-
getSize
public int getSize()
Gets the value of the size property.
-
setSize
public void setSize(int value)
Sets the value of the size property.
-
-