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 SlowQueryListenerDatabaseConfig. getSlowQueryListener()Return the slow query event listener.Methods in io.ebean.config with parameters of type SlowQueryListener Modifier and Type Method Description voidDatabaseConfig. setSlowQueryListener(SlowQueryListener slowQueryListener)Set the slow query event listener.
-