Modifier and Type | Method and Description |
---|---|
ODatabase<T> |
ODatabase.begin(OTransaction iTx)
Deprecated.
|
ODatabase<T> |
ODatabase.commit()
Commits the current transaction.
|
ODatabase<T> |
ODatabase.commit(boolean force) |
ODatabase<T> |
ODatabase.rollback()
Aborts the current running transaction.
|
ODatabase<T> |
ODatabase.rollback(boolean force) |
Modifier and Type | Method and Description |
---|---|
ODatabase<ORecord> |
ODatabaseDocumentTx.begin(OTransaction iTx)
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.commit()
Deprecated.
|
ODatabaseDocument |
ODatabaseDocumentAbstract.commit(boolean force) |
ODatabase<ORecord> |
ODatabaseDocumentTx.commit(boolean force)
Deprecated.
|
ODatabase<ORecord> |
ODatabaseDocumentTx.rollback()
Deprecated.
|
ODatabaseDocument |
ODatabaseDocumentAbstract.rollback(boolean force) |
ODatabase<ORecord> |
ODatabaseDocumentTx.rollback(boolean force)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
OTransactionBlockedException |
Constructor and Description |
---|
OTransactionException(OTransactionException exception) |
Modifier and Type | Class and Description |
---|---|
class |
ONestedRollbackException |
Modifier and Type | Class and Description |
---|---|
class |
ORollbackException |
Modifier and Type | Method and Description |
---|---|
OObjectDatabaseTx |
OObjectDatabaseTx.commit(boolean force) |
OObjectDatabaseTx |
OObjectDatabaseTx.rollback(boolean force) |
Copyright © 2009–2020 OrientDB. All rights reserved.