JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
io.ebean.plugin.SpiServer
Packages that use
SpiServer
Package
Description
io.ebean
Core API (see
Database
,
DB
and
Query
).
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.
pluginApi
()
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.