public interface DocStoreFactory
| Modifier and Type | Method and Description |
|---|---|
DocStoreIntegration |
create(SpiServer server)
Create and return the DocStore integration components.
|
<T> DocStoreBeanAdapter<T> |
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.
|
DocStoreIntegration create(SpiServer server)
<T> DocStoreBeanAdapter<T> createAdapter(com.avaje.ebeaninternal.server.deploy.BeanDescriptor<T> desc, com.avaje.ebeaninternal.server.deploy.meta.DeployBeanDescriptor<T> deploy)
Copyright © 2016. All rights reserved.