| Hi David. To be honest, I would expect the same behavior as with RDBMS. With these types of databases a transaction is required as well (to persist the entities). Without a transaction nothing happens, so an attempt to store something in a db will have no effect. I would really appreciate, if hibernate would implement the same behavior for all transaction based databases, at least for Neo4j , otherwise I am stucked with my project |