We are developing the ADF application, where in we came accross the requirement that we have to log all the operations into the database which user has performed like all the DML operations (Insert, update , delete), this can be achieved by overriding the doDML method of entity impl class, but now one more requirement is there where we have to log the event when user has queried the records i.e DQL.
May I Know which entity impl method is getting called when we queries the record? or is there any other way to perform audit logging when user queries the record in ADF?
Thanks