Previous Next vertical dots separating previous/next from contents/index/pdf

http://java.sun.com/xml/ns/persistence
simpleType persistence-unit-transaction-type

Super Types
{http://www.w3.org/2001/XMLSchema}token
|
+--{http://java.sun.com/xml/ns/persistence}persistence-unit-transaction-type (restriction)

Documentation

        public enum TransactionType { JTA, RESOURCE_LOCAL };

      
Properties
This component is not nillable.

Model

('JTA' | 'RESOURCE_LOCAL')

Local Usage
persistence

Source
<xsd:simpleType name="persistence-unit-transaction-type">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="JTA"/>
<xsd:enumeration value="RESOURCE_LOCAL"/>
</xsd:restriction>
</xsd:simpleType>


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

 

Skip navigation bar   Back to Top