Package science.aist.neo4j.transaction
-
Interface Summary Interface Description TransactionManager Interface for transaction management -
Class Summary Class Description AbstractTransaction Transaction class, which decorates a element ofTransaction
and delegates the methods calls to this transactionResultClone Helper Class for Neo4J 4 that copies all Results, to prevent them becoming unavailable after the transaction is closed.TransactionManagerImpl Transaction manager, that will return an inner transaction if there is already an active transaciton Once the most outer transaction is closed, a new transaction can be created.