Uses of Interface
io.ebean.config.SlowQueryListener
-
Packages that use SlowQueryListener Package Description io.ebean.config Configuration settings for Database construction -
-
Uses of SlowQueryListener in io.ebean.config
Methods in io.ebean.config that return SlowQueryListener Modifier and Type Method Description SlowQueryListener
DatabaseConfig. getSlowQueryListener()
Return the slow query event listener.Methods in io.ebean.config with parameters of type SlowQueryListener Modifier and Type Method Description void
DatabaseConfig. setSlowQueryListener(SlowQueryListener slowQueryListener)
Set the slow query event listener.
-