| Package | Description |
|---|---|
| com.avaje.ebean |
Core API (see EbeanServer and Ebean).
|
| com.avaje.ebean.plugin |
Provides a API for plugins.
|
| com.avaje.ebeanservice.docstore.api |
The service API for document store integration.
|
| com.avaje.ebeanservice.docstore.none |
"No op" implementation of document store.
|
| Modifier and Type | Method and Description |
|---|---|
SpiServer |
EbeanServer.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 © 2016. All rights reserved.