| Package | Description |
|---|---|
| com.avaje.ebeanservice.docstore.api |
The service API for document store integration.
|
| com.avaje.ebeanservice.docstore.api.support |
Support objects for implementing integration.
|
| com.avaje.ebeanservice.docstore.none |
"No op" implementation of document store.
|
| Modifier and Type | Method and Description |
|---|---|
<T> DocStoreBeanAdapter<T> |
DocStoreFactory.createAdapter(com.avaje.ebeaninternal.server.deploy.BeanDescriptor<T> desc,
com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor<T> deploy)
Create the doc store specific adapter for the given bean type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocStoreBeanBaseAdapter<T>
Base implementation for much of DocStoreBeanAdapter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoneDocStoreBeanAdapter<T>
DocStoreBeanBaseAdapter that barfs if it is used.
|
| Modifier and Type | Method and Description |
|---|---|
<T> DocStoreBeanAdapter<T> |
NoneDocStoreFactory.createAdapter(com.avaje.ebeaninternal.server.deploy.BeanDescriptor<T> desc,
com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor<T> deploy) |
Copyright © 2016. All rights reserved.