Uses of Interface
io.ebeanservice.docstore.api.DocStoreBeanAdapter
| Package | Description |
|---|---|
| io.ebeanservice.docstore.api |
The service API for document store integration.
|
| io.ebeanservice.docstore.api.support |
Support objects for implementing integration.
|
| io.ebeanservice.docstore.none |
"No op" implementation of document store.
|
-
Uses of DocStoreBeanAdapter in io.ebeanservice.docstore.api
Methods in io.ebeanservice.docstore.api that return DocStoreBeanAdapter Modifier and Type Method Description <T> DocStoreBeanAdapter<T>DocStoreFactory. createAdapter(io.ebeaninternal.server.deploy.BeanDescriptor<T> desc, io.ebeaninternal.server.deploy.meta.DeployBeanDescriptor<T> deploy)Create the doc store specific adapter for the given bean type. -
Uses of DocStoreBeanAdapter in io.ebeanservice.docstore.api.support
Classes in io.ebeanservice.docstore.api.support that implement DocStoreBeanAdapter Modifier and Type Class Description classDocStoreBeanBaseAdapter<T>Base implementation for much of DocStoreBeanAdapter. -
Uses of DocStoreBeanAdapter in io.ebeanservice.docstore.none
Classes in io.ebeanservice.docstore.none that implement DocStoreBeanAdapter Modifier and Type Class Description classNoneDocStoreBeanAdapter<T>DocStoreBeanBaseAdapter that barfs if it is used.Methods in io.ebeanservice.docstore.none that return DocStoreBeanAdapter Modifier and Type Method Description <T> DocStoreBeanAdapter<T>NoneDocStoreFactory. createAdapter(io.ebeaninternal.server.deploy.BeanDescriptor<T> desc, io.ebeaninternal.server.deploy.meta.DeployBeanDescriptor<T> deploy)