-
Notifications
You must be signed in to change notification settings - Fork 274
Home
Andreas Ronge edited this page Aug 27, 2014
·
100 revisions
Example of how to rollback a transaction:
Neo4j::Transaction.run do |tx|
Neo4j::Node.create
Person.create
tx.fail
end
There are many limitations using transaction together with the Neo4j Server. See core wiki. *
- API
- [Neo4j::Transaction class YARD](http://andreasronge.github.io/neo4j-core/doc/Neo4j/Transaction.html)
- [Neo4j::Transaction instance YARD](http://andreasronge.github.io/neo4j-core/doc/Neo4j/Transaction/Instance.html)
- [Neo4j::Transaction Core Wiki](https://github.com/andreasronge/neo4j-core/wiki/Transaction)
WARNING: Much of the information in this wiki is out of date. We are in the process of moving things to readthedocs
- Project Introduction
- Neo4j::ActiveNode
- Neo4j::ActiveRel
- Search and Scope
- Validation, Uniqueness, and Case Sensitivity
- Indexing VS Legacy Indexing
- Optimized Methods
- Inheritance
- Core: Nodes & Rels
- Introduction
- Persistence
- Find : Lucene
- Relationships
- Third Party Gems & extensions
- Scaffolding & Generators
- HA Cluster