Package io.ebean.event.readaudit

Provides Auditing of read events including queries and L2 cache.

Provides a built support for supplied an audit of all the 'read events' for beans annotated with @ReadAudit

  • Interface Summary
    Interface Description
    ReadAuditLogger
    Log that the query was executed
    ReadAuditPrepare
    Set user context information into the read event prior to it being logged.
  • Class Summary
    Class Description
    ReadAuditQueryPlan
    A SQL query and associated keys.
    ReadEvent
    Read event sent to the ReadEventLogger.