Uses of Interface
io.ebean.config.SlowQueryListener
Packages that use SlowQueryListener
-
Uses of SlowQueryListener in io.ebean.config
Methods in io.ebean.config that return SlowQueryListenerModifier and TypeMethodDescriptionDatabaseConfig.getSlowQueryListener()Return the slow query event listener.Methods in io.ebean.config with parameters of type SlowQueryListenerModifier and TypeMethodDescriptionvoidDatabaseConfig.setSlowQueryListener(SlowQueryListener slowQueryListener) Set the slow query event listener.