Closed
Description
Currently there is no possiblity to retrive original object or converte it from CDO.
In order to produce some kind of POJO based version management Eco-system we must be able to retrieve the original POJO.
Generally speaking i would love to see Javers with version management API like :
- Retrieve the Original POJO
- Merge Operation => with Updated/Conflict status
- Restore Object to X version
do you Store all Object graph or just Incremental information / diff from the last commit ?
10x