Uses of Class
org.apache.openejb.jee.jpa.unit.TransactionType

Packages that use TransactionType
org.apache.openejb.jee.jpa.unit Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of TransactionType in org.apache.openejb.jee.jpa.unit
 

Fields in org.apache.openejb.jee.jpa.unit declared as TransactionType
protected  TransactionType PersistenceUnit.transactionType
           
 

Methods in org.apache.openejb.jee.jpa.unit that return TransactionType
static TransactionType TransactionType.fromValue(String v)
           
 TransactionType PersistenceUnit.getTransactionType()
           
static TransactionType TransactionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TransactionType[] TransactionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.openejb.jee.jpa.unit with parameters of type TransactionType
 void PersistenceUnit.setTransactionType(TransactionType value)
           
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.