| 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 |
|---|---|
ODatabaseDocument |
ODatabaseDocumentTx.commit(boolean force) |
ODatabaseDocument |
ODatabaseDocumentTx.rollback(boolean force) |
| Modifier and Type | Class and Description |
|---|---|
class |
OTransactionAbortedException |
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 |
|---|---|
ODatabasePojoAbstract<Object> |
OObjectDatabaseTx.commit(boolean force) |
ODatabase<T> |
ODatabasePojoAbstract.commit(boolean force) |
ODatabasePojoAbstract<Object> |
OObjectDatabaseTx.rollback(boolean force) |
ODatabase<T> |
ODatabasePojoAbstract.rollback(boolean force) |
Copyright © 2009–2025 OrientDB. All rights reserved.