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 voidReadAuditLogger. auditBean(ReadEvent readBean)Audit a find bean query that returned a bean.voidReadAuditLogger. auditMany(ReadEvent readMany)Audit a find many query that returned some beans.voidReadAuditPrepare. 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. 
 -