java.lang.Enumorg.apache.openejb.jee.jpa.unit.TransactionType
Java class for persistence-unit-transaction-type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="persistence-unit-transaction-type"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="JTA"/> <enumeration value="RESOURCE_LOCAL"/> </restriction> </simpleType>
Field Summary | ||
---|---|---|
public TransactionType | JTA | |
public TransactionType | RESOURCE_LOCAL |
Method from org.apache.openejb.jee.jpa.unit.TransactionType Summary: |
---|
fromValue, value |
Method from org.apache.openejb.jee.jpa.unit.TransactionType Detail: |
---|
|
|