Skip to content

Commit

Permalink
Removed conflict markers
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalstain committed Mar 19, 2012
1 parent 37a8e2a commit b950663
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kernel/src/docs/dev/transactions.txt
Expand Up @@ -107,8 +107,6 @@ The delete semantics can be summarized in the following bullets:
* Any write operation on a node or relationship after it has been deleted (but not yet committed) will throw an exception
* After commit trying to acquire a new or work with an old reference to a deleted node or relationship will throw an exception.

<<<<<<< HEAD
=======
[[transactions-unique-nodes]]
== Creating unique nodes ==
In many use cases, a certain level of uniqueness is desired among entities. You could for instance imagine that only
Expand Down Expand Up @@ -167,4 +165,3 @@ At this point the transaction is still running so changes can still be made. How
This method can also throw an exception and will, in such a case, prevent the transaction from being committed (where a call to +afterRollback+ will follow).
If +beforeCommit+ is successfully executed the transaction will be committed and the +afterCommit+ method will be called with the same transaction data as well as the object returned from +beforeCommit+.
This assumes that all other handlers (if more were registered) also executed +beforeCommit+ successfully.
>>>>>>> 7db7ad5... Replaced invalid test for trying to do optimistic unique node creation by relying on a particular implementation detail in Lucene, namely document ids being persistent. Instead added an example of using the UniqueFactory, which also replaced that previous section in the manual

0 comments on commit b950663

Please sign in to comment.