|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.metadata.TransactionType
public class TransactionType
Representation of a transaction type.
| Field Summary | |
|---|---|
static TransactionType |
JTA
JTA transaction. |
static TransactionType |
RESOURCE_LOCAL
Local transaction. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Indicates whether some other object is "equal to" this one. |
int |
getType()
Accessor to the sequence strategy type |
static TransactionType |
getValue(java.lang.String value)
Return Sequence strategy from String. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final TransactionType JTA
public static final TransactionType RESOURCE_LOCAL
| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - the reference object with which to compare.
public java.lang.String toString()
toString in class java.lang.Objectpublic int getType()
public static TransactionType getValue(java.lang.String value)
value - sequence strategy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||