Package | Description |
---|---|
com.arangodb | |
com.arangodb.impl |
Modifier and Type | Method and Description |
---|---|
TransactionEntity |
ArangoDriver.createTransaction(String action) |
TransactionEntity |
InternalTransactionDriver.createTransaction(String action) |
Modifier and Type | Method and Description |
---|---|
<T> T |
InternalTransactionDriver.executeTransaction(String database,
TransactionEntity transactionEntity,
Class clazz) |
<T> T |
ArangoDriver.executeTransaction(TransactionEntity transactionEntity,
Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
TransactionEntity |
InternalTransactionDriverImpl.createTransaction(String action) |
Modifier and Type | Method and Description |
---|---|
<T> T |
InternalTransactionDriverImpl.executeTransaction(String database,
TransactionEntity transactionEntity,
Class clazz) |
Copyright © 2012–2014 ArangoDB GmbH. All rights reserved.