Uses of Class
io.ebean.event.readaudit.ReadEvent
-
Packages that use ReadEvent Package Description io.ebean.event.readaudit Provides Auditing of read events including queries and L2 cache. -
-
Uses of ReadEvent in io.ebean.event.readaudit
Methods in io.ebean.event.readaudit with parameters of type ReadEvent Modifier and Type Method Description void
ReadAuditLogger. auditBean(ReadEvent readBean)
Audit a find bean query that returned a bean.void
ReadAuditLogger. auditMany(ReadEvent readMany)
Audit a find many query that returned some beans.void
ReadAuditPrepare. prepare(ReadEvent readEvent)
Prepare the read event by setting any user context information into the read event such as the application user id and ip address.
-