| Package | Description |
|---|---|
| org.neo4j.ogm.session | |
| org.neo4j.ogm.session.delegates | |
| org.neo4j.ogm.session.transaction |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Neo4jSession.beginTransaction() |
Transaction |
Capability.Transactions.beginTransaction()
Begin a new transaction.
|
Transaction |
Neo4jSession.ensureTransaction() |
Transaction |
Neo4jSession.getTransaction() |
Transaction |
Capability.Transactions.getTransaction()
Get the existing transaction if available
|
| Modifier and Type | Method and Description |
|---|---|
T |
GraphCallback.apply(RequestHandler requestHandler,
Transaction transaction,
MetaData metaData)
Called by the OGM
Session in a transaction to perform some arbitrary database operation. |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
TransactionsDelegate.beginTransaction() |
Transaction |
TransactionsDelegate.getCurrentOrAutocommitTransaction() |
Transaction |
TransactionsDelegate.getTransaction() |
| Modifier and Type | Class and Description |
|---|---|
class |
LongTransaction |
class |
SimpleTransaction |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
TransactionManager.getCurrentTransaction() |
Transaction |
TransactionManager.openTransaction(MappingContext mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionManager.commit(Transaction tx) |
void |
TransactionManager.rollback(Transaction tx) |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.