Uses of Enum Class
com.orientechnologies.orient.core.tx.OTransaction.TXSTATUS
Packages that use OTransaction.TXSTATUS
-
Uses of OTransaction.TXSTATUS in com.orientechnologies.orient.core.tx
Fields in com.orientechnologies.orient.core.tx declared as OTransaction.TXSTATUSMethods in com.orientechnologies.orient.core.tx that return OTransaction.TXSTATUSModifier and TypeMethodDescriptionOTransaction.getStatus()OTransactionAbstract.getStatus()static OTransaction.TXSTATUSReturns the enum constant of this class with the specified name.static OTransaction.TXSTATUS[]OTransaction.TXSTATUS.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orientechnologies.orient.core.tx with parameters of type OTransaction.TXSTATUSModifier and TypeMethodDescriptionvoidOTransactionInternal.setStatus(OTransaction.TXSTATUS iStatus) Change the status of the transaction.voidOTransactionOptimistic.setStatus(OTransaction.TXSTATUS iStatus)