OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries.
What does this PR do?
A brief description of the change being made with this pull request.
Adds ability to access value of property before any modification was done.
Motivation
What inspired you to submit this pull request?
Related issues
A list of issues either fixed, containing architectural discussions, otherwise relevant
for this Pull Request.
Additional Notes
Anything else we should know when reviewing?
Checklist
[] I have run the build using mvn clean package command
[] My unit tests cover both failure and success scenarios
What does this PR do? A brief description of the change being made with this pull request. Adds ability to access value of property before any modification was done.
Motivation What inspired you to submit this pull request?
Related issues A list of issues either fixed, containing architectural discussions, otherwise relevant for this Pull Request.
Additional Notes Anything else we should know when reviewing?
Checklist [] I have run the build using
mvn clean package
command [] My unit tests cover both failure and success scenarios