Uses of Interface
io.ebean.event.readaudit.ReadAuditPrepare
-
Packages that use ReadAuditPrepare Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of ReadAuditPrepare in io.ebean.config
Methods in io.ebean.config that return ReadAuditPrepare Modifier and Type Method Description ReadAuditPrepare
DatabaseConfig. getReadAuditPrepare()
Return the ReadAuditPrepare to use.Methods in io.ebean.config with parameters of type ReadAuditPrepare Modifier and Type Method Description void
DatabaseConfig. setReadAuditPrepare(ReadAuditPrepare readAuditPrepare)
Set the ReadAuditPrepare to use.
-