Class Neo4jTransactionManager

java.lang.Object
org.springframework.transaction.support.AbstractPlatformTransactionManager
org.springframework.data.neo4j.core.transaction.Neo4jTransactionManager
All Implemented Interfaces:
Serializable, Aware, ApplicationContextAware, ConfigurableTransactionManager, PlatformTransactionManager, TransactionManager

@API(status=STABLE, since="6.0") public final class Neo4jTransactionManager extends AbstractPlatformTransactionManager implements ApplicationContextAware
Dedicated PlatformTransactionManager for native Neo4j transactions. This transaction manager will synchronize a pair of a native Neo4j session/transaction with the transaction.
Since:
6.0
Author:
Michael J. Simons
See Also: