|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String v)
|
TransactionType |
PersistenceUnit.getTransactionType()
|
static TransactionType |
TransactionType.valueOf(java.lang.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |