I'm implementing record versioning using OrientDB, but its callback seems to be invoked right after OOBjectDatabaseTx#save(Object) is called. Is there any way to get an additional callback for persisted record?
It turned out that we can use ODatabaseListener for this purpose