Package | Description |
---|---|
org.neo4j.ogm.session | |
org.neo4j.ogm.session.transaction | |
org.springframework.data.neo4j.transaction |
Modifier and Type | Method and Description |
---|---|
Transaction |
Session.beginTransaction() |
Transaction |
Neo4jSession.beginTransaction() |
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) |
Modifier and Type | Method and Description |
---|---|
Transaction |
Neo4jTransactionStatus.getTransaction() |
Constructor and Description |
---|
Neo4jTransactionStatus(Transaction transaction) |
Copyright © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.