Class 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 Detail

      • isolationLevel

        protected String isolationLevel
      • size

        protected int size
    • Constructor Detail

      • Cache

        public Cache()
    • 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 is String
      • getSize

        public int getSize()
        Gets the value of the size property.
      • setSize

        public void setSize​(int value)
        Sets the value of the size property.