javaee:persistence-context-typeType

The persistence-context-typeType specifies the transactional
	nature of a persistence context reference.

	The value of the persistence-context-type element must be
	one of the following:
	    Transaction
            Extended

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional

Used By

Source

<xsd:complexType name="persistence-context-typeType">
  <xsd:annotation>
    <xsd:documentation>The persistence-context-typeType specifies the transactional nature of a persistence context reference. The value of the persistence-context-type element must be one of the following: Transaction Extended</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:restriction base="javaee:string">
      <xsd:enumeration value="Transaction"/>
      <xsd:enumeration value="Extended"/>
    </xsd:restriction>
  </xsd:simpleContent>
</xsd:complexType>