Uses of Class
org.apache.openejb.jee.jpa.unit.TransactionType
-
Packages that use TransactionType Package Description 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 Modifier and Type Field Description protected TransactionTypePersistenceUnit. transactionTypeMethods in org.apache.openejb.jee.jpa.unit that return TransactionType Modifier and Type Method Description static TransactionTypeTransactionType. fromValue(String v)TransactionTypePersistenceUnit. getTransactionType()static TransactionTypeTransactionType. 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 Modifier and Type Method Description voidPersistenceUnit. setTransactionType(TransactionType value)
-