urn:infinispan:config:5.1
simpleType isolationLevel

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{urn:infinispan:config:5.1}isolationLevel (restriction)

Properties
This component is not nillable.

Model

('NONE' | 'SERIALIZABLE' | 'REPEATABLE_READ' | 'READ_COMMITTED' | 'READ_UNCOMMITTED')

Local Usage
configuration

Source
<xs:simpleType name="isolationLevel">
<xs:restriction base="xs:string">
<xs:enumeration value="NONE"/>
<xs:enumeration value="SERIALIZABLE"/>
<xs:enumeration value="REPEATABLE_READ"/>
<xs:enumeration value="READ_COMMITTED"/>
<xs:enumeration value="READ_UNCOMMITTED"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.