com.arangodb.InternalTransactionDriver Maven / Gradle / Ivy
package com.arangodb;
import com.arangodb.entity.TransactionEntity;
import com.arangodb.entity.TransactionResultEntity;
import com.arangodb.impl.BaseDriverInterface;
/**
* Created by fbartels on 10/28/14.
*/
public interface InternalTransactionDriver extends BaseDriverInterface {
TransactionEntity createTransaction(String action);
TransactionResultEntity executeTransaction(String database, TransactionEntity transactionEntity)
throws ArangoException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy