public class Transactor extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Transactor.Work<RESULT,FAILURE extends KernelException> |
| Constructor and Description |
|---|
Transactor(org.neo4j.kernel.impl.transaction.AbstractTransactionManager txManager) |
public Transactor(org.neo4j.kernel.impl.transaction.AbstractTransactionManager txManager)
public <RESULT,FAILURE extends KernelException> RESULT execute(Transactor.Work<RESULT,FAILURE> work) throws FAILURE extends KernelException, TransactionalException
FAILURE extends KernelExceptionTransactionalExceptionCopyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.