Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 OrientDB 实现记录版本控制,但它的回调似乎是在调用 OOBjectDatabaseTx#save(Object) 之后立即调用的。有没有办法为持久记录获得额外的回调?
事实证明,我们可以为此目的使用 ODatabaseListener