Uses of Interface
io.ebean.plugin.SpiServer
-
Packages that use SpiServer Package Description io.ebean io.ebean.plugin Provides a API for plugins. -
-
Uses of SpiServer in io.ebean
Methods in io.ebean that return SpiServer Modifier and Type Method Description SpiServer
Database. getPluginApi()
Return the extended API intended for use by plugins. -
Uses of SpiServer in io.ebean.plugin
Methods in io.ebean.plugin with parameters of type SpiServer Modifier and Type Method Description void
Plugin. configure(SpiServer server)
Configure the plugin.
-