Package io.ebeanservice.docstore.none
Class NoneDocStoreFactory
- java.lang.Object
-
- io.ebeanservice.docstore.none.NoneDocStoreFactory
-
- All Implemented Interfaces:
DocStoreFactory
public class NoneDocStoreFactory extends Object implements DocStoreFactory
A stub implementation of DocStoreFactory that will barf if the docStore features are used.
-
-
Constructor Summary
Constructors Constructor Description NoneDocStoreFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocStoreIntegration
create(SpiServer server)
Create and return the DocStore integration components.<T> DocStoreBeanAdapter<T>
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.
-
-
-
Constructor Detail
-
NoneDocStoreFactory
public NoneDocStoreFactory()
-
-
Method Detail
-
create
public DocStoreIntegration create(SpiServer server)
Description copied from interface:DocStoreFactory
Create and return the DocStore integration components.- Specified by:
create
in interfaceDocStoreFactory
-
createAdapter
public <T> DocStoreBeanAdapter<T> createAdapter(io.ebeaninternal.server.deploy.BeanDescriptor<T> desc, io.ebeaninternal.server.deploy.meta.DeployBeanDescriptor<T> deploy)
Description copied from interface:DocStoreFactory
Create the doc store specific adapter for the given bean type.- Specified by:
createAdapter
in interfaceDocStoreFactory
-
-