Uses of Class
org.teamapps.universaldb.index.transaction.TransactionType
| Package | Description |
|---|---|
| org.teamapps.universaldb.index.transaction | |
| org.teamapps.universaldb.index.transaction.request | |
| org.teamapps.universaldb.index.transaction.resolved |
-
Uses of TransactionType in org.teamapps.universaldb.index.transaction
Methods in org.teamapps.universaldb.index.transaction that return TransactionType Modifier and Type Method Description static TransactionTypeTransactionType. getById(int id)static TransactionTypeTransactionType. 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. -
Uses of TransactionType in org.teamapps.universaldb.index.transaction.request
Methods in org.teamapps.universaldb.index.transaction.request that return TransactionType Modifier and Type Method Description TransactionTypeTransactionRequest. getTransactionType() -
Uses of TransactionType in org.teamapps.universaldb.index.transaction.resolved
Methods in org.teamapps.universaldb.index.transaction.resolved that return TransactionType Modifier and Type Method Description TransactionTypeResolvedTransaction. getTransactionType()