Search code examples
orientdbeventsource

OrientDB callback after record is persisted in server


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?


Solution

  • It turned out that we can use ODatabaseListener for this purpose