Replies: 2 comments
|
Hi, There is no direct way to get the final id with the current hooks implementation, the only way is to register another listener of type Bye |
0 replies
|
How should I register the ODatabaseListener? Are there any way to do that in the config.xml or when I register the ORecordHook? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I need to create a hook to detect what Vertex/Edge are created/updated/deleted and register a timestamp in the vertex Audit.
I create this hook and I see the vertex but the rid is wrong. The hook always show something like this:
So I never get the final RID. How could I get it?
OCUDAudit.java
All reactions