| Package | Description |
|---|---|
| io.ebean | |
| io.ebean.plugin |
Provides a API for plugins.
|
| io.ebeanservice.docstore.api |
The service API for document store integration.
|
| io.ebeanservice.docstore.none |
"No op" implementation of document store.
|
| Modifier and Type | Method and Description |
|---|---|
SpiServer |
Database.getPluginApi()
Return the extended API intended for use by plugins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Plugin.configure(SpiServer server)
Configure the plugin.
|
| Modifier and Type | Method and Description |
|---|---|
DocStoreIntegration |
DocStoreFactory.create(SpiServer server)
Create and return the DocStore integration components.
|
| Modifier and Type | Method and Description |
|---|---|
DocStoreIntegration |
NoneDocStoreFactory.create(SpiServer server) |
Copyright © 2019. All rights reserved.