Softdelete api like hibernate

#1

Hibernate has softdelete but its not good as this idea :

https://chatgpt.com/share/68d6fd6c-0830-8001-b111-0f07e4c3c137

it can be good to implement softdelete on objectdb on any Entity we want.

so we can control deleted items.

We can store deleted items on seperate disk or server so , deleted items wont effect performance.

We can also annotate them to delete with some time , some timeout.

Or maybe recover back with api ?

It wont be hard to implement these to objectdb core!

best regards

Reply